Aadhavan Srinivasan d210a85253 Updated handling of '\b' when inside character class, made invalid
escapes an error.

The '\b' value refers to a word boundary normally, but refers to the
backspace ASCII value inside a character class. I updated
newEscapedNode() to deal with this. I also changed the behavior, so that
trying to escape any other value results in an error, instead of just
returning the character as-is.
2025-01-21 22:14:38 -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-21 22:13:57 -05: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%