d210a8525302619ff856230b324f8034f4679617
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.
Description
An NFA-based regex engine with a library and command-line tool.
Languages
Go
75.7%
Python
24.2%
Makefile
0.1%