Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-08-07 | tecat.tes: optimized by using a binary mask instead of string | Robin Haberkorn | 1 | -0/+0 | |
A 32-bit word is enough to carry the information of which control code to echo or not. | |||||
2025-08-07 | added tecat.tes to standard library: can be installed as the Git textconv filter | Robin Haberkorn | 1 | -0/+0 | |
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 |