Module token

Source
Expand description

Module specifying the token representation of the parser.

Structs§

CompoundToken
A token which is mad up of more complex inner parts.
JavaScript
A compound token which lexes a javascript function body.
Span
A location in the source passed to the lexer.
Token

Enums§

Delim
A delimiting token, denoting the start or end of a certain production.
DistanceKind
Glued
Keyword
Operator
QouteKind
TokenKind
The type of token
VectorTypeKind