diff options
| author | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2026-07-24 15:12:14 +0200 |
|---|---|---|
| committer | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2026-07-24 15:12:14 +0200 |
| commit | 438128e7370d0a08f363bace4f690bd48f3804cc (patch) | |
| tree | 4a4b48187ae53bd899f27c518cb7ba55af00d7f3 /README.md | |
| parent | 6b8cbeed6cd6e2a65b50e9e19910f928432434e3 (diff) | |
| download | terex-438128e7370d0a08f363bace4f690bd48f3804cc.tar.gz | |
updated README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,6 +6,7 @@ is based on Henry Spencer's implementation of advanced regular expressions (ARE) in the Tcl language. This library therefore also provides AREs (see [re_syntax](https://www.tcl-lang.org/man/tcl/TclCmd/re_syntax.html)). +It is a hybrid NFA/DFA design. In contrast to [PCRE](https://www.pcre.org/) terex' stack use cannot grow arbitrarily and it has polynomial worst-case runtime. terex is the regular expression engine used by the [SciTECO](https://sciteco.fmsbw.de) @@ -35,6 +36,8 @@ Compared to hsrex, this library has the following changes: preserve the buffer gap when used in SciTECO. * Check for useful changes in the Tcl codebase. * Check against a proper regular expression test suite. + At the very least, convert `regtest_terex.sh` into an Autotest + suite - but then it will work only with Autoconf. ## Building |
