ddmd.lexer

Undocumented in source.

Members

Classes

Lexer
class Lexer
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Functions

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.
unittest_lexer
void unittest_lexer()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

LS
enum LS;
Undocumented in source.
PS
enum PS;
Undocumented in source.

Static functions

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

Static variables

CMhex
const(int) CMhex;
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
CMidchar
const(int) CMidchar;
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
CMoctal
const(int) CMoctal;
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
cmtable
ubyte[256] cmtable;

Do our own char maps

Meta