#include <token.hpp>
Classes | |
struct | bp |
struct | p |
Public Types | |
using | token_type = Derived |
Static Public Member Functions | |
template<typename Context , typename Reader > | |
static LEXY_PARSER_FUNC bool | token_parse (Context &context, Reader &reader) |
Static Public Attributes | |
template<typename Tag > | |
static constexpr _toke< Tag, Derived > | error = _toke<Tag, Derived>{} |
template<auto Kind> | |
static constexpr _tokk< Kind, Derived > | kind = _tokk<Kind, Derived>{} |
Definition at line 42 of file dsl/token.hpp.
using lexyd::token_base< Derived, ImplOrTag >::token_type = Derived |
Definition at line 44 of file dsl/token.hpp.
|
inlinestatic |
Definition at line 74 of file dsl/token.hpp.
|
staticconstexpr |
Definition at line 119 of file dsl/token.hpp.
|
staticconstexpr |
Definition at line 122 of file dsl/token.hpp.