Enumerations | |
| enum | token_e { lparen, rparen, space, plus, e_star, dot, zero, one, a_word, a_weight, eof } |
| Token types enumeration. More... | |
| enum token_e |
Token types enumeration.
Those are the different token types the lexer could encounter.
KRatExpToken, KRatExpToken::token Definition at line 47 of file krat_exp_parser.hxx.
1.5.2