| Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
consistent with the language's attitude towards code blocks and
indentation. No more long-range action closing parens.
|
|
|
|
|
|
|