nixd
|
Enumerations | |
enum | TokenKind |
Functions | |
constexpr std::string_view | spelling (TokenKind Kind) |
enum nixf::tok::TokenKind |
Definition at line 5 of file TokenKinds.h.
|
constexpr |
TokenKinds.inc, token names.
provides: TOK(NAME), for all tokens.
note: keyword tokens will be prefixed with kw_ and they are declared in TokenKeywords.inc
Definition at line 13 of file Token.h.
Referenced by nixf::Parser::parseBinding(), nixf::Parser::parseExprAssert(), nixf::Parser::parseExprAttrs(), nixf::Parser::parseExprIf(), nixf::Parser::parseExprList(), nixf::Parser::parseExprParen(), nixf::Parser::parseExprWith(), nixf::Parser::parseFormals(), nixf::Parser::parseInherit(), nixf::Parser::parseInterpolation(), nixf::Parser::parseLambdaArg(), and nixf::Parser::parseString().