/regex_from_scratch

A PoC of making a regular expression parser from scratch in Python using Automata theory

Primary LanguagePython

Regex from scratch

A PoC of making a regular expression parser from scratch in Python using Automata theory