index
:
nomsu
main
The Nomsu programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nomsu_environment.moon
Age
Commit message (
Expand
)
Author
2019-01-14
Overhaul in progress, mostly working. Moved all the nomsu packages into
Bruce Hill
2019-01-11
Tweaked code to use both _ENV and _G for better compatibility of
Bruce Hill
2019-01-10
Major overhaul of how modules and environments work, along with some
Bruce Hill
2019-01-08
Made the source mapping optional (and disabled with -O2+)
Bruce Hill
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