Created
July 16, 2010 05:20
-
-
Save nixeagle/477963 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 0.1 19 0c1 0b101 0xff_aa | |
| // | |
| -0.1 -19 -0c1 -0b101 -0xff_aa | |
| /// | |
| /// <lex tokens below> | |
| ((FLOAT_LITERAL 1 . 4) (SPACES 4 . 5) (DEC_LITERAL 5 . 7) (SPACES 7 . 8) (OCT_LITERAL 8 . 11) (SPACES 11 . 12) (BIN_LITERAL 12 . 17) (SPACES 17 . 18) (HEX_LITERAL 18 . 25) (NEWLINE 25 . 26) (COMMENT_SINGLE_LINE_START 26 . 28) (NEWLINE 28 . 29) (FLOAT_LITERAL 29 . 33) (SPACES 33 . 34) (DEC_LITERAL 34 . 37) (SPACES 37 . 38) (OCT_LITERAL 38 . 42) (SPACES 42 . 43) (BIN_LITERAL 43 . 49) (SPACES 49 . 50) (HEX_LITERAL 50 . 58) (NEWLINE 58 . 59) (OOCDOC_SINGLE_LINE_START 59 . 62)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment