tcenal.d.lexer

Undocumented in source.

Members

Functions

blockComment
void blockComment(string src)
Undocumented in source. Be warned that the author may not have intended to support it.
characterLiteral
Token characterLiteral(string src)
Undocumented in source. Be warned that the author may not have intended to support it.
identifier
Token identifier(string src)
Undocumented in source. Be warned that the author may not have intended to support it.
lex
Token[] lex(string src)
Undocumented in source. Be warned that the author may not have intended to support it.
lineComment
void lineComment(string src)
Undocumented in source. Be warned that the author may not have intended to support it.
nestingBlockComment
void nestingBlockComment(string src)
Undocumented in source. Be warned that the author may not have intended to support it.
numericLiteral
Token numericLiteral(string src)
Undocumented in source. Be warned that the author may not have intended to support it.
root
Token[] root(string src)
Undocumented in source. Be warned that the author may not have intended to support it.
stringLiteral
Token stringLiteral(string src)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin enableCompileTimeUnittest
Undocumented in source.

Meta