aboutsummaryrefslogtreecommitdiff
path: root/lib/core
AgeCommit message (Expand)Author
2019-01-25Added metatables for bool, number, function, coroutine. AddedBruce Hill
2019-01-23'say' is now it's own action, rather than a 'print' clone, which lets itBruce Hill
2019-01-23Switching to use _1_as_lua()Bruce Hill
2019-01-23Added _1_as_text(), which converts true -> yes, false -> no.Bruce Hill
2019-01-23Added honeypot compile action that detects if you try to do an 'else'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-18Added `tree` back as a parameter to compile actions, which helps withBruce Hill
2019-01-16Overhauling OO-API a little to make it more minimalistic.Bruce Hill
2019-01-16Moved things into core/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-14Added missing newlineBruce Hill
2019-01-14Added (SyntaxTree {...} ...) shorthand for SyntaxTree{..., ...} andBruce Hill
2019-01-14Overhaul in progress, mostly working. Moved all the nomsu packages intoBruce Hill