-
Fix nested user defined funcs in comterp (the func() command).
-
Change isalpha(), isdigit(), and isspace() funcs to return 0 or 1
(instead of the bitmask which is returned for C). -
Add comterp_run utility script for hands-free launching of comterp scripts.
Write scripts with this header:#! /usr/bin/env comterp_run
-
Add csvfilt comterp script as an example of using comterp_run.
After installing both try "csvfilt --help".