package token
Content Hierarchy
Type Members
-    trait StdTokens extends TokensThis component provides the standard Tokens for a simple, Scala-like language.
-    trait Tokens extends AnyRefThis component provides the notion of Token, the unit of information that is passed from lexical parsers in theLexicalcomponent to the parsers in theTokenParserscomponent.