Aadhavan Srinivasan 25cb79f01b Changed the value of EPSILON, so that we can use the NUL character
(which it used to be) in a regex; Also added code to detect escaped
backslashes

Specifically, I replace an escaped backslash with a metacharacter, then
replace it back later on. This prevents problems, like detecting whether
the opening bracket is escaped in '\\[a]'.
2025-01-21 22:12:29 -05:00
2024-10-22 14:35:36 -04:00
2024-11-03 14:38:46 -05:00
2024-10-22 21:02:09 -04:00
2024-10-22 14:35:16 -04:00
2025-01-03 19:18:00 -05:00
Description
An NFA-based regex engine with a library and command-line tool.
2.5 MiB
Languages
Go 75.7%
Python 24.2%
Makefile 0.1%