| Age | Commit message (Collapse) | Author |
|
|
|
|
|
assignment)
|
|
|
|
better path going forward to handling upgrades. Old syntax files will
stick around for compatibility purposes. Old syntax can be parsed into
valid syntax trees via the old syntax (.peg) files, and then old syntax
trees should be valid and can be upgraded via the normal code path. This
change has lots of improvements to Nomsu codegen too.
|
|
|
|
|
|
|
|
mangling to 'parse % as %' to make almost hygienic macros.
|
|
|
|
to "for % in 1 to 10" for consistency.
|
|
|
|
|
|
how_do_i.nom, added "result of %" macro, which allowed comprehensions to
be way more concisely defined. Moved len() operator into the nomsu
environment.
|
|
|
|
|
|
|
|
|
|
Useful for <%x>=6 properly registering as <%x> = 6.
|
|
|
|
|
|
block" to "lua do>"
|
|
|
|
|
|
improved code generation for loops by omitting goto labels when not used.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
expressions can be grouped with parens, and they have a clear
distinction.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and simplifies a lot of the code. Also stripped out Expression, which
was just a useless level of indirection.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|