aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.moon
AgeCommit message (Collapse)Author
2019-01-25Added backwards compatibility for "Lua version" (temporary).Bruce Hill
2019-01-25Added metatables for bool, number, function, coroutine. AddedBruce Hill
run-time check to make sure precompiled code used the same version of Lua. Methods can now be used in (* compiles to *), etc.
2019-01-18Added `tree` back as a parameter to compile actions, which helps withBruce Hill
better error reporting, e.g. for (fail) (no arguments). Overall better error reporting now. Also added shorthand ("Action" tree with ...) for (SyntaxTree {.type = "Action", .1 = ...}).
2019-01-16Better error messaging (using pretty_error in more places)Bruce Hill
2019-01-14Overhaul in progress, mostly working. Moved all the nomsu packages intoBruce Hill
lib/, including core/*. Changes to how nomsu environments and importing work.
2019-01-11Tweaked code to use both _ENV and _G for better compatibility ofBruce Hill
precompiled Lua between Lua 5.2+ and LuaJIT
2019-01-10Major overhaul of how modules and environments work, along with someBruce Hill
steamlining and tweaks to the makefile. Version bump: 6.14.13.8