Tokens
trait Tokens
This component provides the notion of Token, the unit of information that is passed from lexical
parsers in the Lexical component to the parsers in the TokenParsers component.
Type members
Classlikes
A class of error tokens. Error tokens are used to communicate errors detected during lexical analysis
A class of error tokens. Error tokens are used to communicate errors detected during lexical analysis
Objects of this type are produced by a lexical parser or scanner, and consumed by a parser.
Objects of this type are produced by a lexical parser or scanner, and consumed by a parser.
- See also: