| Age | Commit message (Collapse) | Author |
|
|
|
|
|
in nomsu.moon, and cleaned up how Vars are treated, since they are not
atomic.
|
|
|
|
'parse % as %'
generate lua code with already-substituted tree literals instead of reparsing and
substituting at parse time, and made some general optimizations.
|
|
|
|
|
|
spurious circular import errors.
|
|
|
|
compilation and removed some dead code around Nomsu.debug
|
|
how_do_i.nom, added "result of %" macro, which allowed comprehensions to
be way more concisely defined. Moved len() operator into the nomsu
environment.
|
|
implementation).
|
|
|
|
actions/macros, and deleting some dead code.
|
|
(statement; statement)
|
|
|
|
|
|
indentation now).
|
|
which helps with indenting generated lua code correctly. Also made a few
ergonomic fixes/changes for line breaking.
|
|
|
|
|
|
|
|
|
|
just strings.
|
|
|
|
|
|
their own file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
nothing.
|
|
|
|
|
|
way for programmatically generating trees more easily.
|
|
|
|
all the optionals into lib/. lib/core.nom and tests/all.nom are no
longer needed now.
|