index
:
nomsu
main
The Nomsu programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nomsu_environment.lua
Age
Commit message (
Expand
)
Author
2019-01-07
Added quit/exit and switched Files.read->exists.
Bruce Hill
2018-12-31
Fixed bug where cached files would incorrectly appear to not have been
Bruce Hill
2018-12-15
Fix for files getting run twice by (use "")
Bruce Hill
2018-12-14
Fixed some bugs, including upgrade --upgrade-from=version not working.
Bruce Hill
2018-11-26
Updated and fixed the command line API. Introduced the "-t tool" flag
Bruce Hill
2018-11-23
Tweaks and tidying.
Bruce Hill
2018-11-20
Simplifying the filesystem code (no longer entangled with nomsupath) and
Bruce Hill
2018-11-19
Tweaks and API cleanup.
Bruce Hill
2018-11-17
In-progress (but working) overhaul of some elements including: function
Bruce Hill
2018-11-11
Cleaning up say/print and io.write (now you can use (say "foo" inline))
Bruce Hill
2018-11-11
Fixed compatibility thing with NomsuCode::from
Bruce Hill
2018-11-11
Re-implemented nomsu -> lua comment translation and added file chunk
Bruce Hill
2018-11-11
Fixed -O optimization flag.
Bruce Hill
2018-11-11
Lots of fixes to the upgrading and codegen/autoformatting pipeline, also
Bruce Hill
2018-11-09
Removed debug code.
Bruce Hill
2018-11-09
No longer passing `tree` to every compile action. Now, you can just
Bruce Hill
2018-11-09
Deprecating (% as lua statements) and (% as lua return)
Bruce Hill
2018-11-09
Lots of cleanups, including expanded use of (... compiles to "text
Bruce Hill
2018-11-08
Major overhaul, splitting nomsu_compiler into nomsu_environment,
Bruce Hill