nomsu/lib/tools
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
..
find.nom Updating to v6.15, which includes "external (...)" instead of separate 2019-01-15 15:54:28 -08:00
format.nom Fix for formatting indented code with the format tool. 2019-01-15 17:48:35 -08:00
install.nom Removed dead code. 2019-01-23 15:35:45 -08:00
list.nom Removed "package" terminology. 2019-01-23 15:35:22 -08:00
parse.nom Added XML format outputter 2019-02-02 19:49:26 -08:00
repl.nom Bunch of changes: 2019-02-05 15:47:01 -08:00
replace.nom Bunch of changes: 2019-02-05 15:47:01 -08:00
test.nom Better shebang pattern matcher 2019-02-02 19:49:59 -08:00
tutorial.nom Added inheritance section for tutorial 2019-02-02 19:50:25 -08:00
uninstall.nom Removed dead code. 2019-01-23 15:37:43 -08:00
upgrade.nom Updating to v6.15, which includes "external (...)" instead of separate 2019-01-15 15:54:28 -08:00