LL1Checker 5.0
“Tool for verifying LL(1) grammars and validating input strings.”
|
Internal helper: a regex pattern and its associated token type. More...
Public Attributes | |
symbol_table::TokenID | type |
Token ID for this pattern. | |
std::string | regex |
The regex used to match and extract the token. |
Internal helper: a regex pattern and its associated token type.