scala.util.parsing.combinator.token
Type members
Classlikes
trait Tokens
This component provides the notion of
parsers in the
Token
, the unit of information that is passed from lexicalparsers in the
Lexical
component to the parsers in the TokenParsers
component.