index
:
nomsu
main
The Nomsu programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
2018-12-14
Fix for "\($x)abc" getting codegen'd to "$xabc"
Bruce Hill
2018-12-14
Parenthesizing inline method targets when needed.
Bruce Hill
2018-12-14
Codegen tweak
Bruce Hill
2018-12-14
Updating to support multiple method calls.
Bruce Hill
2018-12-14
Fixed multi-line methodcalls
Bruce Hill
2018-12-14
More fixes.
Bruce Hill
2018-12-14
Fix for nomsu codegen for methods.
Bruce Hill
2018-12-14
Initial setup work for syntax version 5.
Bruce Hill
[next]