aboutsummaryrefslogtreecommitdiff
path: root/tools/format.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-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-30Update to new syntax.Bruce Hill
2018-12-19Updated to be more fault tolerant with "-q" flagBruce Hill
2018-12-18Renamed autoformat -> format for concision (it's obviously auto, it's aBruce Hill
tool).