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 | vor 12 Jahren | |
---|---|---|
lib | vor 12 Jahren | |
test | vor 12 Jahren | |
.travis.yml | vor 12 Jahren | |
LICENSE | vor 12 Jahren | |
README.md | vor 12 Jahren | |
composer.json | vor 12 Jahren | |
phpunit.xml.dist | vor 13 Jahren |
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™