StdTokens
This component provides the standard Token
s for a simple, Scala-like language.
Type members
Classlikes
The class of identifier tokens
The class of identifier tokens
The class of keyword tokens
The class of keyword tokens
The class of numeric literal tokens
The class of numeric literal tokens
Inherited 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
- Inherited from:
- Tokens
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:
- Inherited from:
- Tokens
Value members
Inherited methods
This token is produced by a scanner Scanner
when scanning failed.
This token is produced by a scanner Scanner
when scanning failed.
- Inherited from:
- Tokens