nomsu/lib
Bruce Hill 72d699fe86 Bunch of changes:
- 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)
2019-02-05 15:47:01 -08:00
..
base64 Updating to v6.15, which includes "external (...)" instead of separate 2019-01-15 15:54:28 -08:00
commandline Added shebang 2019-02-02 19:44:22 -08:00
compatibility Fixed is/== mixup 2019-01-30 23:05:44 -08:00
consolecolor Switched to have colors/utf8 be optional, fixed an issue with currently 2019-01-29 16:17:33 -08:00
core Bunch of changes: 2019-02-05 15:47:01 -08:00
file_hash Updating to v6.15, which includes "external (...)" instead of separate 2019-01-15 15:54:28 -08:00
filesystem Added 'make directory' API 2019-01-27 02:02:03 -08:00
progressbar Switched to have colors/utf8 be optional, fixed an issue with currently 2019-01-29 16:17:33 -08:00
shell Added shebang 2019-02-02 19:46:29 -08:00
tools Bunch of changes: 2019-02-05 15:47:01 -08:00