aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 extra newline to output after a multiply-indented region ends.Bruce Hill
2019-03-27Added support for __indexBruce Hill
2019-03-27Fix for finding source files when they're in the NOMSUPATHBruce 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-27More robust scanningBruce 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-22Fix for error reporting not finding core filesBruce Hill
2019-03-22Fixed a bunch of compatibility issues that made upgrading really slow,Bruce Hill
2019-03-20Added "."-prefix files to gitignoreBruce Hill
2019-03-20Restoring `(foo) syntax to \(foo)Bruce Hill
2019-03-20Fix for some bad codegen with ((`$x)'s 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-14No longer using stubs for non-actions.Bruce Hill
2019-03-14Fix for luajit error handling (old Lua 5.1 API uses getfenv)Bruce 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-13Added fix for "_end"Bruce Hill
2019-03-09Moving some more functionality into the syntax tree class, includingBruce Hill
2019-03-09Consolidating iteration around iterable ranges (and case-specificBruce Hill
2019-03-09Passing around DictEntry and changing API to _1_as_an_iterableBruce Hill
2019-03-09Added some support for auto-upgrade, tidied up a bitBruce Hill
2019-03-09Added support for "{:\n...}" style comprehensionsBruce Hill
2019-03-09Tidying upBruce Hill
2019-03-09Improved testsBruce Hill
2019-03-09Added support for coroutines in constructors, as well as multi-argumentBruce Hill
2019-03-09Added some helper methods, including first() and last().Bruce Hill
2019-03-09Added support for iteration over coroutinesBruce Hill
2019-03-04Fixed a shebang issueBruce Hill
2019-03-04Better codegen and error reportingBruce Hill
2019-03-04Better error reportingBruce Hill
2019-02-11Added color files.Bruce 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-06Switched to character that renders as 1-wide better.Bruce Hill
2019-02-06Added shebangs.Bruce Hill