Struct rpg_compiler::TokenRegex
source · [−]Expand description
Contains the regex for a token and its type
Fields
ttype: TokenType
Token type
regex: Regex
A regex in perl-compatible syntax
Contains the regex for a token and its type
ttype: TokenType
Token type
regex: Regex
A regex in perl-compatible syntax