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)
commit9f1d610549bae916e107fc6e75adf1894f79c9db
treecc15de9f548a3c9ab97c188bf7b1920cdf61acbe
parentaecfd534fa0c8628516192de1e15234effef2d54
parent1fd29d32429fd9ddc8cdcc2b30fe8443be46859c
Merge: Binary/Octal literal Ints

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>