| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
$foo.$x) style index assumptions.
|
|
|
|
|
|
|
|
name to exist, especially for Nomsu upgrades
|
|
|
|
especially when upgrading across many versions.
|
|
|
|
|
|
|
|
`$x) when possible
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
custom iteration, and a custom ipairs() and pairs() to use that.
|
|
|
|
pattern matching and traversal
|
|
optimizations when possible).
|
|
|
|
|
|
|
|
|
|
|
|
constructors.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
version is just defined as a list at the top of nomsu.moon, and uses
X.Y.Z form instead of X.Y.Z.W. Added a ([...], from 2) method and a
([...], up to 5) method, and fixed a few upgrade bugs.
|
|
|
|
compatibility and decompiling issues.
|
|
|
|
|
|
- Added shebangs to generated code output
- SyntaxTree:map() -> SyntaxTree:with(), and corresponding changes to
metaprogramming API
- Added (return Lua 1) shorthand for (return (Lua 1))
- (1 and 2 and 3) compile rule mapping to -> (1 and (*extra arguments*))
- Don't scan for errors, just report them when compiling
- Syntax changes:
- Added prefix actions (e.g. #$foo)
- Operator chars now include utf8 chars
- Ditch "escaped nomsu" type (use (\ 1) compile action instead)
|
|
|
|
|
|
|
|
|