ddmd.lexer

Undocumented in source.

Members

Classes

Lexer
class Lexer

Functions

isDigitSecond
bool isDigitSecond(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
isZeroSecond
bool isZeroSecond(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
ishex
bool ishex(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
isidchar
bool isidchar(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
isoctal
bool isoctal(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
issinglechar
bool issinglechar(char c)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

CMdigitsecond
enum CMdigitsecond;
Undocumented in source.
CMhex
enum CMhex;
Undocumented in source.
CMidchar
enum CMidchar;
Undocumented in source.
CMoctal
enum CMoctal;
Undocumented in source.
CMsinglechar
enum CMsinglechar;
Undocumented in source.
CMzerosecond
enum CMzerosecond;
Undocumented in source.
LS
enum LS;
Undocumented in source.
PS
enum PS;
Undocumented in source.

Variables

cmtable
ubyte[256] cmtable;

Do our own char maps

Meta