aboutsummaryrefslogtreecommitdiff
path: root/lib/core
AgeCommit message (Expand)Author
2019-03-09Consolidating iteration around iterable ranges (and case-specificBruce Hill
2019-03-09Tidying upBruce Hill
2019-03-09Improved testsBruce Hill
2019-02-06Moving to better, more centralized versioning system. Now the NomsuBruce Hill
2019-02-05Bunch of changes:Bruce Hill
2019-02-05Added more parens and semicolons, and made "#" work with "..."Bruce Hill
2019-02-02Added version to shebangBruce Hill
2019-02-02Added Range (1 to 3) and a bunch of tests for inverse dicts.Bruce Hill
2019-01-29Switched to have colors/utf8 be optional, fixed an issue with currentlyBruce Hill
2019-01-27Removed namespace colliding of `* is not *` (using the isinstanceBruce Hill
2019-01-27Added extra test for safety.Bruce Hill
2019-01-27Added time module for real.Bruce Hill
2019-01-27Added Time library to core.Bruce Hill
2019-01-27Fail no longer prepends 'Failure:' automatically, now fail_at() does ifBruce Hill
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