Lexer

Lexical analyzer - convert steam of symbols to stream of tokens

Constructors

this
this(SymbolStream stream)

Create lexer with rpdl.stream.IStream

Members

Functions

nextToken
Token nextToken()

Get next token in the stream and store it to currentToken

prevToken
Token prevToken()

Get previous token in the stream and store it to currentToken

Properties

currentToken
Token currentToken [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta