aboutsummaryrefslogtreecommitdiff
path: root/nomsu_environment.lua
AgeCommit message (Expand)Author
2019-01-29Switched to have colors/utf8 be optional, fixed an issue with currentlyBruce Hill
2019-01-25Added metatables for bool, number, function, coroutine. AddedBruce Hill
2019-01-23Added _1_as_text(), which converts true -> yes, false -> no.Bruce Hill
2019-01-22Moved all the text method stuff into text.moon instead of splittingBruce Hill
2019-01-18Better error handling.Bruce Hill
2019-01-16Better error messaging (using pretty_error in more places)Bruce Hill
2019-01-15Updating to v6.15, which includes "external (...)" instead of separateBruce Hill
2019-01-14Moved compatibility to lib/ and fixed path searching for .peg files.Bruce Hill
2019-01-14Overhaul in progress, mostly working. Moved all the nomsu packages intoBruce Hill
2019-01-11Tweaked code to use both _ENV and _G for better compatibility ofBruce Hill
2019-01-10Major overhaul of how modules and environments work, along with someBruce Hill
2019-01-08Made the source mapping optional (and disabled with -O2+)Bruce Hill
2019-01-07Added quit/exit and switched Files.read->exists.Bruce Hill
2018-12-31Fixed bug where cached files would incorrectly appear to not have beenBruce Hill
2018-12-15Fix for files getting run twice by (use "")Bruce Hill
2018-12-14Fixed some bugs, including upgrade --upgrade-from=version not working.Bruce Hill
2018-11-26Updated and fixed the command line API. Introduced the "-t tool" flagBruce Hill
2018-11-23Tweaks and tidying.Bruce Hill
2018-11-20Simplifying the filesystem code (no longer entangled with nomsupath) andBruce Hill
2018-11-19Tweaks and API cleanup.Bruce Hill
2018-11-17In-progress (but working) overhaul of some elements including: functionBruce Hill
2018-11-11Cleaning up say/print and io.write (now you can use (say "foo" inline))Bruce Hill
2018-11-11Fixed compatibility thing with NomsuCode::fromBruce Hill
2018-11-11Re-implemented nomsu -> lua comment translation and added file chunkBruce Hill
2018-11-11Fixed -O optimization flag.Bruce Hill
2018-11-11Lots of fixes to the upgrading and codegen/autoformatting pipeline, alsoBruce Hill
2018-11-09Removed debug code.Bruce Hill
2018-11-09No longer passing `tree` to every compile action. Now, you can justBruce Hill
2018-11-09Deprecating (% as lua statements) and (% as lua return)Bruce Hill
2018-11-09Lots of cleanups, including expanded use of (... compiles to "textBruce Hill
2018-11-08Major overhaul, splitting nomsu_compiler into nomsu_environment,Bruce Hill