Project Alice
|
Static Public Member Functions | |
static std::string_view | get_type_name (token_type const &type) |
Public Attributes | |
token_type | type = token_type::none |
std::string | data |
location_info | loc_info |
Definition at line 65 of file parser_generator.cpp.
|
inlinestatic |
std::string token::data |
Definition at line 67 of file parser_generator.cpp.
location_info token::loc_info |
Definition at line 68 of file parser_generator.cpp.
token_type token::type = token_type::none |
Definition at line 66 of file parser_generator.cpp.