Implement NFA regexp engine and change srfi-115 to use it.
authorChris Hanson <org/chris-hanson/cph>
Sat, 30 Nov 2019 01:20:26 +0000 (17:20 -0800)
committerChris Hanson <org/chris-hanson/cph>
Sat, 30 Nov 2019 01:20:26 +0000 (17:20 -0800)
commit02f259f5606c8ea1f1913bc77a1491281b21bca9
tree755d0bdbc665154e44b19921419ed4aa4b48b139
parent4cf364ed349780138db9738bc5f0df71eda41ccb
Implement NFA regexp engine and change srfi-115 to use it.
src/runtime/mit-macros.scm
src/runtime/regexp-nfa.scm [new file with mode: 0644]
src/runtime/runtime.pkg
src/runtime/srfi-115.scm
tests/runtime/test-srfi-115.scm