| Age | Commit message (Collapse) | Author |
|
nomsu to everything. This has some nice code cleanliness benefits.
|
|
cleaned up some of the library code.
|
|
"compile-time action".
|
|
|
|
|
|
favor of nomsu.defs[stub].fn(...)
|
|
|
|
This speeds things up a bit, and is more intuitive.
|
|
running code before further parsing takes place. That means that in the
default case, whole files can be run at once, which makes all but the
weirdest edge cases make a lot more sense and operate smoothly.
|
|
|
|
|
|
testing on string interpolations too.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
block" to "lua do>"
|
|
improved code generation for loops by omitting goto labels when not used.
|
|
(using "foo %" syntax instead of {type="FunctionCall", ...} literals).
|
|
|
|
|
|
|
|
|
|
expressions can be grouped with parens, and they have a clear
distinction.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
with less code duplication.
|
|
|
|
|
|
their own files.
|