aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-07Added clamp functionBruce Hill
2019-01-07Switched "ask" to be a proper function so it works as either anBruce Hill
expression or a statement.
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
replacing ((foo 1 baz)'s meaning) with $(foo 1 baz).
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
meaning.
2019-01-01Misc changes, including text indented interpolations are now indentedBruce Hill
relative to the text, not the opening '("', code objects can now remove all free vars, the REPL uses global vars. Error API is changing a bit.
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
flags, and stores them as .a, .b, .c instead of ."-a", etc. (same for --args)
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
found.
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
before modifying them, and major upgrades to the nomsu codegen, including support for indented inline arguments (instead of using "\n..") and just generally better line wrapping, including finally good rules for when to use indented text (for almost all cases).
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
tool).
2018-12-18Improved command line interface and robustness of tools.Bruce Hill
2018-12-18Renamed find_action to find because it finds anything now.Bruce Hill
2018-12-18Improved the flexibility and options of the find tool.Bruce Hill
2018-12-18Added fallback for if there is a source without an endpoint.Bruce Hill
2018-12-18Autoformatted license and added titleBruce Hill
2018-12-18Added comprehension form to containers, e.g. List(function(add) add(5)Bruce Hill
end)
2018-12-15Truncating super long error messages.Bruce Hill
2018-12-15Fix for files getting run twice by (use "")Bruce Hill
2018-12-14Updated tutorialBruce Hill
2018-12-14Removed EOL commentsBruce Hill
2018-12-14Fixed some bugs, including upgrade --upgrade-from=version not working.Bruce Hill
Also updated the README.
2018-12-14Auto-updated to version 5Bruce Hill
2018-12-14Fix for "\($x)abc" getting codegen'd to "$xabc"Bruce Hill
2018-12-14Parenthesizing inline method targets when needed.Bruce Hill
2018-12-14Codegen tweakBruce Hill
2018-12-14Updating to support multiple method calls.Bruce Hill
2018-12-14Fixed multi-line methodcallsBruce Hill
2018-12-14More fixes.Bruce Hill