Randy Heit
33344201fa
Let the scanner returned unsigned integers
...
- The scanner already recognized the u suffix for unsigned integers, but
otherwise ignored it. Return it as a proper token.
2013-09-10 21:40:05 -05:00
Randy Heit
081ebbb64b
- I have decided to opt for simplicity over C-like-ness and group array sizes with the rest
...
of the type declaration rather than split it up after the variable name.
- More AST work. At this rate, maybe I'll finally be building a complete AST by the end of the
month!
SVN r2499 (scripting)
2010-08-10 04:25:52 +00:00
Randy Heit
7aa402b2a5
- Add a preliminary grammar and a test driver for it.
...
SVN r2233 (scripting)
2010-03-19 04:04:13 +00:00
Randy Heit
e489867c18
- Changed some tokens and split the token definitions into a separate file so
...
that their symbol names and their string names can be maintained in the same
place.
SVN r2207 (scripting)
2010-03-13 03:28:34 +00:00