scala.util.parsing.combinator.token
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.
Token
Lexical
TokenParsers
A class of error tokens.
Objects of this type are produced by a lexical parser or scanner, and consumed by a parser.
scanner, and consumed by a parser.
A class for end-of-file tokens
This token is produced by a scanner Scanner when scanning failed.
Scanner
This component provides the notion of
Token
, the unit of information that is passed from lexical parsers in theLexical
component to the parsers in theTokenParsers
component.