Skip to content

Releases: joshradin/RegexEngine

Bare minimum release

01 Nov 23:49
Compare
Choose a tag to compare
Bare minimum release Pre-release
Pre-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