nomsu/lib/core
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
..
collections.nom Added Range (1 to 3) and a bunch of tests for inverse dicts. 2019-02-02 19:44:41 -08:00
control_flow.nom Bunch of changes: 2019-02-05 15:47:01 -08:00
coroutines.nom Updating to v6.15, which includes "external (...)" instead of separate 2019-01-15 15:54:28 -08:00
errors.nom Bunch of changes: 2019-02-05 15:47:01 -08:00
id.nom Updating to v6.15, which includes "external (...)" instead of separate 2019-01-15 15:54:28 -08:00
init.nom Added Time library to core. 2019-01-27 02:03:43 -08:00
io.nom 'say' is now it's own action, rather than a 'print' clone, which lets it 2019-01-23 15:43:19 -08:00
math.nom Updating to v6.15, which includes "external (...)" instead of separate 2019-01-15 15:54:28 -08:00
metaprogramming.nom Bunch of changes: 2019-02-05 15:47:01 -08:00
operators.nom Added more parens and semicolons, and made "#" work with "..." 2019-02-05 14:22:48 -08:00
text.nom Bunch of changes: 2019-02-05 15:47:01 -08:00
things.nom Bunch of changes: 2019-02-05 15:47:01 -08:00
time.nom Added version to shebang 2019-02-02 19:46:13 -08:00