index
:
nomsu
main
The Nomsu programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
repl.nom
Age
Commit message (
Expand
)
Author
2019-01-10
Major overhaul of how modules and environments work, along with some
Bruce Hill
2019-01-07
Added quit/exit and switched Files.read->exists.
Bruce Hill
2019-01-01
Some changes to the error API, a fix for statement block parsing, and
Bruce Hill
2019-01-01
Misc changes, including text indented interpolations are now indented
Bruce Hill
2018-12-31
Added replace -q and chmod +x'd two tools.
Bruce Hill
2018-12-31
Updated shebangs
Bruce Hill
2018-12-30
Auto-upgraded code.
Bruce Hill
2018-12-30
Update to new syntax.
Bruce Hill
2018-12-14
Auto-updated to version 5
Bruce Hill
2018-11-26
Upgraded/autoformatted.
Bruce Hill
2018-11-19
Deduplicated goto label syntax (now just use (--- (label) ---))
Bruce Hill
2018-11-19
Autoformatted/auto-upgraded.
Bruce Hill
2018-11-11
Cleaning up say/print and io.write (now you can use (say "foo" inline))
Bruce Hill
2018-11-11
Removed dead code.
Bruce Hill
2018-11-11
Added doc
Bruce Hill
2018-11-11
Fixed some autoformatting stuff, and prepping to deprecate some math
Bruce Hill
2018-11-11
Fully upgraded to 4.10.12.7, including deprecating the old list/dict
Bruce Hill
2018-11-08
Major overhaul, splitting nomsu_compiler into nomsu_environment,
Bruce Hill