aboutsummaryrefslogtreecommitdiff
path: root/tools/replace.nom
AgeCommit message (Collapse)Author
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-11-26Removed "replace" tool.Bruce Hill
2018-11-26Upgraded/autoformatted.Bruce Hill
2018-11-20Simplifying the filesystem code (no longer entangled with nomsupath) andBruce Hill
using that to simplify the tools. Now the tools directly take lists of file paths rather than things that might go through nomsupath or directories or get processed by filetype. Use your shell for globbing stuff like `nomsu tools/test.nom core/*.nom`
2018-11-19Autoformatted/auto-upgraded.Bruce Hill
2018-11-11Fully upgraded to 4.10.12.7, including deprecating the old list/dictBruce Hill
comprehension methods, in favor of the new native support.
2018-11-08Major overhaul, splitting nomsu_compiler into nomsu_environment,Bruce Hill
nomsu_compiler, and nomsu_decompiler. Also added comprehensions.
2018-10-31Renamed (action %) -> (%'s meaning)Bruce Hill
2018-09-14Auto-upgraded everything.Bruce Hill
2018-09-10Upgraded to 3.8 (text method changes) and fixed some bugs inBruce Hill
tree_to_nomsu.
2018-08-30Auto-upgraded to 3.7Bruce Hill
2018-08-29Tweaked version 3.6 to include deprecating list append/removal functionsBruce Hill
in favor of using a method call style.
2018-08-29Added replace tool.Bruce Hill