A simple regex compiler which converts the regular expression into a dfa which can be simulated to check if a string matches the pattern...
-
Updated
Aug 15, 2023 - Python
A simple regex compiler which converts the regular expression into a dfa which can be simulated to check if a string matches the pattern...
To associate your repository with the re-to-dfa topic, visit your repo's landing page and select "manage topics."