/RE-to-DFA-parser

Regular Expressions to Deterministic Finite Automatons parser, used to obtain the minimum DFA, and also to check which strings are accepted by a given NFA.

Primary LanguagePython

RE to NFA parser