Lexer

Undocumented in source.
struct Lexer (
string exprOpBegin
string exprOpEnd
string stmtOpBegin
string stmtOpEnd
string cmntOpBegin
string cmntOpEnd
string stmtOpInline
string cmntOpInline
) {}

Constructors

this
this(string str, string filename)
Undocumented in source.

Members

Functions

nextToken
Token nextToken()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

EOF
enum EOF;
Undocumented in source.
stmtInline
enum stmtInline;
Undocumented in source.

Meta