Merge: Binary/Octal literal Ints
authorJean Privat <jean@pryen.org>
Wed, 27 May 2015 00:54:46 +0000 (20:54 -0400)
committerJean Privat <jean@pryen.org>
Wed, 27 May 2015 10:11:11 +0000 (06:11 -0400)
For long now we could express an `Int` in both decimal and hexadecimal form, however binary and octal forms were lacking.

This PR fixes it.

Pull-Request: #1378
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>


Trivial merge