yet another toy compiler compiler
- Regular Expression Engine
- RE tokenizer
- RE to NFA (Nondeterministic Finite Automaton)
- NFA to DFA (Deterministic Finite Automaton)
- DFA Minimization
- General DFA engine
- Configurable Regex Lexer
- Unittest with googletest
special thanks to vczh.