Rewrite regexp compiler to use bytevectors. Also add test.
authorChris Hanson <org/chris-hanson/cph>
Sun, 30 Apr 2017 03:28:20 +0000 (20:28 -0700)
committerChris Hanson <org/chris-hanson/cph>
Sun, 30 Apr 2017 03:28:20 +0000 (20:28 -0700)
commit14f6dc66d5c50ed5efa349cd40491976199eac4f
tree63d0d6b238bb3fa35ad33fb80d5d55ddac5f39cf
parent0c71b641fca60787d7474ff13ebe4d92de37b9a5
Rewrite regexp compiler to use bytevectors.  Also add test.
src/runtime/rgxcmp.scm
tests/check.scm
tests/runtime/test-rgxcmp.scm [new file with mode: 0644]