number literal rework

This commit is contained in:
Andrew Kelley
2016-01-21 03:02:25 -07:00
parent 5e212db29c
commit 32e2196257
11 changed files with 773 additions and 617 deletions

View File

@@ -34,7 +34,7 @@ pub %.BadPerm;
pub %.PipeFail;
*/
const buffer_size: u16 = 4 * 1024;
//const buffer_size: u16 = 4 * 1024;
const max_u64_base10_digits: isize = 20;
/*