LL1Checker 3.0
“Tool for verifying LL(1) grammars and validating input strings.”
|
Lexer functor for defining tokenization rules using Boost Spirit Lex. More...
#include <lexer.hpp>
Lexer functor for defining tokenization rules using Boost Spirit Lex.
This struct is a functor that defines the tokenization rules for the lexer. It inherits from boost::spirit::lex::lexer<Lexer>
and is used to configure the lexer with regular expressions and corresponding token IDs. The rules are added to the lexer during construction.
Lexer | The type of lexer to be used (e.g., boost::spirit::lex::lexertl::lexer<> ). |
The constructor performs the following steps:
symbol_table::token_types_r_
.