aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-14Added (SyntaxTree {...} ...) shorthand for SyntaxTree{..., ...} andBruce Hill
2019-01-14Fixed some bugs with append/add discrepancy, misguided ".." matching forBruce Hill
2019-01-14Overhaul in progress, mostly working. Moved all the nomsu packages intoBruce Hill
2019-01-11Added 'use'Bruce Hill
2019-01-11Added fix for concatenating string and LuaCodeBruce Hill
2019-01-11Tweaked code to use both _ENV and _G for better compatibility ofBruce Hill
2019-01-10Major overhaul of how modules and environments work, along with someBruce Hill
2019-01-08AutoformatBruce Hill
2019-01-08Removed automatic file caching.Bruce Hill
2019-01-08Made the source mapping optional (and disabled with -O2+)Bruce Hill
2019-01-08Made separate versions of (sh> ...) and (=sh ...) for versions thatBruce Hill
2019-01-08Added compatibility files and revamped core/math to use global variablesBruce Hill
2019-01-08Made (external $x = $y) work using ($x = $y), so e.g. (externalBruce Hill
2019-01-07Added quit/exit and switched Files.read->exists.Bruce Hill
2019-01-07Renamed "source" to "file" to avoid confusion.Bruce Hill
2019-01-07Moved require to top level.Bruce Hill
2019-01-07Fix for no-arg functioncalls of expressions (e.g. $fn()), and lineBruce Hill
2019-01-07Fix for text interpolation of numbers.Bruce Hill
2019-01-07Added clamp functionBruce Hill
2019-01-07Switched "ask" to be a proper function so it works as either anBruce Hill
2019-01-06Added option to skip cache and piped stderr to /dev/nullBruce Hill
2019-01-04Made wildcards recursive and fixed default PREFIXBruce Hill
2019-01-01Updating exampleBruce Hill
2019-01-01Removing shim.Bruce Hill
2019-01-01Some changes to the error API, a fix for statement block parsing, andBruce Hill
2019-01-01Oops, missing paren.Bruce Hill
2019-01-01Added support for $(foo 1 baz 2) as a way to access (foo 1 baz 2)'sBruce Hill
2019-01-01Misc changes, including text indented interpolations are now indentedBruce Hill
2018-12-31Fix for bug in nomsupath checking of input files.Bruce Hill
2018-12-31Added todoBruce Hill
2018-12-31Added replace -q and chmod +x'd two tools.Bruce Hill
2018-12-31Added "replace" tool.Bruce Hill
2018-12-31Overhaul of command line argument parsing. Now supports "-abc" as 3Bruce Hill
2018-12-31Added the ": for $ in $: ..." shorthand for indented comprehensions.Bruce Hill
2018-12-31Cleaning up some of the documentation and dead code.Bruce Hill
2018-12-31Updated comments to use $ instead of %Bruce Hill
2018-12-31Fixed bug where cached files would incorrectly appear to not have beenBruce Hill
2018-12-31Updated shebangsBruce Hill
2018-12-31Bumped version number.Bruce Hill
2018-12-30Auto-upgraded code.Bruce Hill
2018-12-30Fixes for: indented strings ending in ", peeking at code object textBruce Hill
2018-12-30Some minor fixes for (type of $ast) and indexing codegen.Bruce Hill
2018-12-30Updated readme.Bruce Hill
2018-12-30Added new syntax file.Bruce Hill
2018-12-30Update to new syntax.Bruce Hill
2018-12-19Added parentheses to prevent stupid breakage.Bruce Hill
2018-12-19Removing debug print.Bruce Hill
2018-12-19Updated to be more fault tolerant with "-q" flagBruce Hill
2018-12-18Initial pass on updating syntax.Bruce Hill
2018-12-18Renamed autoformat -> format for concision (it's obviously auto, it's aBruce Hill