package token
Type Members
-
trait
StdTokens extends Tokens
This component provides the standard
Token
s for a simple, Scala-like language. -
trait
Tokens extends AnyRef
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.