dmdscript.lexer

Undocumented in source.

Members

Aliases

TOK
alias TOK = int
Undocumented in source.

Classes

Lexer
class Lexer

Enums

TOKreserved
anonymousenum TOKreserved
Undocumented in source.

Functions

init
void init()
Undocumented in source. Be warned that the author may not have intended to support it.
isasciidigit
int isasciidigit(dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
isasciilower
int isasciilower(dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
isasciiupper
int isasciiupper(dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
ishex
int ishex(dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
isoctal
int isoctal(dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

keywords
Keyword[] keywords;
Undocumented in source.

Structs

Keyword
struct Keyword
Token
struct Token

Meta