Releases: joshradin/RegexEngine
Releases · joshradin/RegexEngine
Bare minimum release
The most basic of regular expressions can now be parsed into an automaton and then match expressions.
Supported meta characters:
[(, ), *, |, )
Can use '' to denote currently 3 special characters
\e -> epsilon
\s -> whitespace
\d -> digit