Huon Wilson 6679595853 Parse and store suffixes on literals.
This adds an optional suffix at the end of a literal token:
`"foo"bar`. An actual use of a suffix in a expression (or other literal
that the compiler reads) is rejected in the parser.

This doesn't switch the handling of numbers to this system, and doesn't
outlaw illegal suffixes for them yet.
2014-11-20 00:02:42 +11:00
..
2014-10-10 20:30:31 -04:00
2014-11-17 07:35:51 -08:00
2014-11-20 00:02:42 +11:00