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 | преди 12 години | |
---|---|---|
lib | преди 12 години | |
test | преди 12 години | |
.travis.yml | преди 12 години | |
LICENSE | преди 12 години | |
README.md | преди 12 години | |
composer.json | преди 12 години | |
phpunit.xml.dist | преди 13 години |
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™