aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-04-06Fixed typo in testBruce Hill
2019-04-06Fixed "is" bug in tutorialBruce Hill
2019-03-27Autoformat (mostly just to do with the newBruce Hill
2019-03-27Fixed the tutorial and added some more instructions.Bruce Hill
2019-03-27Added support for $($foo, baz) as equivalent to $foo.baz.Bruce Hill
2019-03-27Added support for __indexBruce Hill
2019-03-27Fixed a typo and added comparison support for TimeBruce Hill
2019-03-27Fix for inequality assumptions and better error reporting for (assumeBruce Hill
2019-03-27Fix for shebangBruce Hill
2019-03-26Fix for (assume ($x > $y)) bugBruce Hill
2019-03-22--upgrade-from= should not require a compatibility module of that exactBruce Hill
2019-03-22Fixed a bunch of compatibility issues that made upgrading really slow,Bruce Hill
2019-03-20Restoring `(foo) syntax to \(foo)Bruce Hill
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