Lexical analyzer - convert steam of symbols to stream of tokens
Create lexer with rpdl.stream.IStream
Get next token in the stream and store it to currentToken
Get previous token in the stream and store it to currentToken
See Implementation
Lexical analyzer - convert steam of symbols to stream of tokens