- charToEntity
string charToEntity(dchar ch)
fings entity name for character, returns null if not found
- entityToChar
dchar entityToChar(string name)
converts named entity to character, returns 0 if not found
- findKeyword
Keyword findKeyword(Keyword start, Keyword end, dchar* name, int len, int pos)
Undocumented in source. Be warned that the author may not have intended to support it.
- getKeywordNameD
dstring getKeywordNameD(Keyword keyword)
Undocumented in source. Be warned that the author may not have intended to support it.
- getOpNameD
dstring getOpNameD(OpCode op)
Undocumented in source. Be warned that the author may not have intended to support it.
- isIdentMiddleChar
bool isIdentMiddleChar(dchar ch)
character can present in middle of identifier
- isIdentStartChar
bool isIdentStartChar(dchar ch)
character can present at the beginning of identifier
- isUniversalAlpha
bool isUniversalAlpha(dchar ch)
returns true if character is A..Z, a..z, _ or universal alpha
- isUniversalAlphaSlow
bool isUniversalAlphaSlow(dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
- r
bool r(dchar ch, wchar v)
Undocumented in source. Be warned that the author may not have intended to support it.
- r
bool r(dchar ch, wchar v1, wchar v2)
Undocumented in source. Be warned that the author may not have intended to support it.