aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/repl.tes
AgeCommit message (Collapse)AuthorFilesLines
2025-08-08don't install the standalone scripts from lib/ as actual scripts: should fix ↵Robin Haberkorn1-1/+1
CI and nightlies * They would get the --program-prefix. * If they aren't installed as real scripts, there is no point in fixing up their hash-bang lines. * The hash-bang line fix won't work on Windows anyway, so they are now disabled for grosciteco and tedoc as well.
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.