-
Notifications
You must be signed in to change notification settings - Fork 49
Closed
Labels
Description
one-more-re-nightmare is a regular expression compiler. It lives at https://github.com/telekons/one-more-re-nightmare.
There are three systems:
one-more-re-nightmare, the compilerone-more-re-nightmare-tests, a test suite and fuzz tester, andone-more-re-nightmare-simd, which adds SIMD acceleration for tight loops in generated code.
The last system is dependent on SBCL 2.1.10 or later on x86-64 with AVX2, the other two should run on any Common Lisp system.
guicho271828