aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/repl.tes
AgeCommit message (Collapse)AuthorFilesLines
2025-08-07added tecat.tes to standard library: can be installed as the Git textconv filterRobin Haberkorn1-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-31repl.tes: added script that reproduces the classic TECO REPL command-lineRobin Haberkorn1-0/+54
* Unfortunately, this will currently just terminate when some command fails. We require an error catching mechanism to fix this up.