Expand description
Module specifying the token representation of the parser.
Structs§
- Compound
Token - A token which is mad up of more complex inner parts.
- Java
Script - 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.
- Distance
Kind - Glued
- Keyword
- Operator
- Qoute
Kind - Token
Kind - The type of token
- Vector
Type Kind