aboutsummaryrefslogtreecommitdiff
path: root/tools/find.nom
AgeCommit message (Collapse)Author
2019-01-14Overhaul in progress, mostly working. Moved all the nomsu packages intoBruce Hill
lib/, including core/*. Changes to how nomsu environments and importing work.
2019-01-10Major overhaul of how modules and environments work, along with someBruce Hill
steamlining and tweaks to the makefile. Version bump: 6.14.13.8
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).
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-31Updated shebangsBruce Hill
2018-12-30Auto-upgraded code.Bruce Hill
2018-12-30Update to new syntax.Bruce Hill
2018-12-19Removing debug print.Bruce Hill
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