Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-08-07 | added tecat.tes to standard library: can be installed as the Git textconv filter | Robin Haberkorn | 1 | -1/+2 | |
tecat.tes and repl.tes are now executable scripts, even though they are installed into the $SCITECOPATH. This is still much slower than the Lua version here: https://gist.github.com/rhaberkorn/6534ecf1b05de6216d0a9c33f31ab5f8 | |||||
2025-07-31 | repl.tes: added script that reproduces the classic TECO REPL command-line | Robin Haberkorn | 1 | -0/+54 | |
* Unfortunately, this will currently just terminate when some command fails. We require an error catching mechanism to fix this up. |