Empirical
|
Structure to track the current status of a DFA. More...
#include <lexer_utils.h>
Public Member Functions | |
DFAStatus (size_t _state, const std::string &_seq) | |
Public Attributes | |
size_t | state |
std::string | sequence |
Structure to track the current status of a DFA.
|
inline |
std::string emp::DFAStatus::sequence |
size_t emp::DFAStatus::state |