Project Alice
|
#include <parsers.hpp>
Public Attributes | |
std::string_view | content |
int32_t | line = 0 |
token_type | type = token_type::unknown |
Definition at line 30 of file parsers.hpp.
std::string_view parsers::token_and_type::content |
Definition at line 31 of file parsers.hpp.
int32_t parsers::token_and_type::line = 0 |
Definition at line 32 of file parsers.hpp.
token_type parsers::token_and_type::type = token_type::unknown |
Definition at line 33 of file parsers.hpp.