Empirical
|
A Deterministic Finite Automata simulator. More...
Go to the source code of this file.
Classes | |
class | emp::tDFA< NUM_SYMBOLS, STOP_TYPE > |
Namespaces | |
emp | |
If we are in emscripten, make sure to include the header. | |
Typedefs | |
using | emp::DFA = tDFA< 128, uint8_t > |
Setup DFA to be a simple tDFA with the basic character set for symbols. More... | |
A Deterministic Finite Automata simulator.