| Age | Commit message (Expand) | Author |
| 2019-01-08 | Made (external $x = $y) work using ($x = $y), so e.g. (external | Bruce Hill |
| 2019-01-07 | Added quit/exit and switched Files.read->exists. | Bruce Hill |
| 2019-01-07 | Renamed "source" to "file" to avoid confusion. | Bruce Hill |
| 2019-01-07 | Moved require to top level. | Bruce Hill |
| 2019-01-07 | Fix for no-arg functioncalls of expressions (e.g. $fn()), and line | Bruce Hill |
| 2019-01-07 | Fix for text interpolation of numbers. | Bruce Hill |
| 2019-01-07 | Added clamp function | Bruce Hill |
| 2019-01-07 | Switched "ask" to be a proper function so it works as either an | Bruce Hill |
| 2019-01-06 | Added option to skip cache and piped stderr to /dev/null | Bruce Hill |
| 2019-01-04 | Made wildcards recursive and fixed default PREFIX | Bruce Hill |
| 2019-01-01 | Updating example | Bruce Hill |
| 2019-01-01 | Removing shim. | Bruce Hill |
| 2019-01-01 | Some changes to the error API, a fix for statement block parsing, and | Bruce Hill |
| 2019-01-01 | Oops, missing paren. | Bruce Hill |
| 2019-01-01 | Added support for $(foo 1 baz 2) as a way to access (foo 1 baz 2)'s | Bruce Hill |
| 2019-01-01 | Misc changes, including text indented interpolations are now indented | Bruce Hill |
| 2018-12-31 | Fix for bug in nomsupath checking of input files. | Bruce Hill |
| 2018-12-31 | Added todo | Bruce Hill |
| 2018-12-31 | Added replace -q and chmod +x'd two tools. | Bruce Hill |
| 2018-12-31 | Added "replace" tool. | Bruce Hill |
| 2018-12-31 | Overhaul of command line argument parsing. Now supports "-abc" as 3 | Bruce Hill |
| 2018-12-31 | Added the ": for $ in $: ..." shorthand for indented comprehensions. | Bruce Hill |
| 2018-12-31 | Cleaning up some of the documentation and dead code. | Bruce Hill |
| 2018-12-31 | Updated comments to use $ instead of % | Bruce Hill |
| 2018-12-31 | Fixed bug where cached files would incorrectly appear to not have been | Bruce Hill |
| 2018-12-31 | Updated shebangs | Bruce Hill |
| 2018-12-31 | Bumped version number. | Bruce Hill |
| 2018-12-30 | Auto-upgraded code. | Bruce Hill |
| 2018-12-30 | Fixes for: indented strings ending in ", peeking at code object text | Bruce Hill |
| 2018-12-30 | Some minor fixes for (type of $ast) and indexing codegen. | Bruce Hill |
| 2018-12-30 | Updated readme. | Bruce Hill |
| 2018-12-30 | Added new syntax file. | Bruce Hill |
| 2018-12-30 | Update to new syntax. | Bruce Hill |
| 2018-12-19 | Added parentheses to prevent stupid breakage. | Bruce Hill |
| 2018-12-19 | Removing debug print. | Bruce Hill |
| 2018-12-19 | Updated to be more fault tolerant with "-q" flag | Bruce Hill |
| 2018-12-18 | Initial pass on updating syntax. | Bruce Hill |
| 2018-12-18 | Renamed autoformat -> format for concision (it's obviously auto, it's a | Bruce Hill |
| 2018-12-18 | Improved command line interface and robustness of tools. | Bruce Hill |
| 2018-12-18 | Renamed find_action to find because it finds anything now. | Bruce Hill |
| 2018-12-18 | Improved the flexibility and options of the find tool. | Bruce Hill |
| 2018-12-18 | Added fallback for if there is a source without an endpoint. | Bruce Hill |
| 2018-12-18 | Autoformatted license and added title | Bruce Hill |
| 2018-12-18 | Added comprehension form to containers, e.g. List(function(add) add(5) | Bruce Hill |
| 2018-12-15 | Truncating super long error messages. | Bruce Hill |
| 2018-12-15 | Fix for files getting run twice by (use "") | Bruce Hill |
| 2018-12-14 | Updated tutorial | Bruce Hill |
| 2018-12-14 | Removed EOL comments | Bruce Hill |
| 2018-12-14 | Fixed some bugs, including upgrade --upgrade-from=version not working. | Bruce Hill |
| 2018-12-14 | Auto-updated to version 5 | Bruce Hill |