Regular Expression (Regex), Nondeterministic finite automaton (NFA) and Deterministic finite automaton (DFA) implement in PHP. - Keywords: php php-library regex nfa dfa dfa-regex formal-languages https://github.com/KendallHopkins/FormalTheory
Kendall Hopkins 81f8957ee5 Remove extra newline | il y a 12 ans | |
---|---|---|
lib | il y a 12 ans | |
test | il y a 12 ans | |
.travis.yml | il y a 12 ans | |
LICENSE | il y a 12 ans | |
README.md | il y a 12 ans | |
composer.json | il y a 12 ans | |
phpunit.xml.dist | il y a 13 ans |
FormalTheory is a library that allows for manipulation and conversion of NFAs, DFAs and Regular Expressions. Some of the features it includes are:
Note: FA is either a DFA or NFA
Coming Soon™