aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-03-20Switching more verbose ("Action" tree with "foo" $x) syntax to `(fooBruce Hill
2019-03-20Auto-updated to 7.0.0 syntax and removed some shims.Bruce Hill
2019-03-20Added lisp-y outputBruce Hill
2019-03-20Slight tweaking and updating syntaxBruce Hill
2019-03-14Replacing (size of $) with (#$) as should have been done before.Bruce Hill
2019-03-13Upgraded with new style for loopingBruce Hill
2019-03-13Fix for shebangBruce Hill
2019-03-13Made iteration easier to work with by using .__inext and .__next forBruce Hill
2019-03-09Consolidating iteration around iterable ranges (and case-specificBruce Hill
2019-03-09Tidying upBruce Hill
2019-03-09Improved testsBruce Hill
2019-02-06Fixed legibility and issue with upgrade fnBruce Hill
2019-02-06Fixed EscapedNomsu upgrade ruleBruce Hill
2019-02-06Moving to better, more centralized versioning system. Now the NomsuBruce Hill
2019-02-06Added compat filesBruce Hill
2019-02-06Added underscores for numbers (e.g. 1_000, 0xDEAD_BEEF), and fixed someBruce Hill
2019-02-06Added shebangs.Bruce Hill
2019-02-05Bunch of changes:Bruce Hill
2019-02-05Added more parens and semicolons, and made "#" work with "..."Bruce Hill
2019-02-02Added inheritance section for tutorialBruce Hill
2019-02-02Better shebang pattern matcherBruce Hill
2019-02-02Added XML format outputterBruce Hill
2019-02-02Added shebangBruce 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-02-02Added shebangBruce Hill
2019-01-30Fixed is/== mixupBruce Hill
2019-01-29Switched to have colors/utf8 be optional, fixed an issue with currentlyBruce Hill
2019-01-27Improved tutorial.Bruce Hill
2019-01-27Added square brackets around progessbar for better visibility.Bruce 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-27Added 'make directory' APIBruce 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-23Removed dead code.Bruce Hill
2019-01-23Fixed to display expressions by default.Bruce Hill
2019-01-23Removed dead code.Bruce Hill
2019-01-23Removed "package" terminology.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-21Added 'list' tool and improved install/uninstallBruce Hill
2019-01-21Added install/uninstall toolsBruce Hill
2019-01-19Made tutorial jump to error position, instead of first ??? or <your codeBruce Hill
2019-01-19Added to tutorial.Bruce Hill