- emitError
void emitError(string msg, Token token)
Undocumented in source. Be warned that the author may not have intended to support it.
- emitError
void emitError(string msg)
Undocumented in source. Be warned that the author may not have intended to support it.
- getContextSource
string getContextSource()
Undocumented in source. Be warned that the author may not have intended to support it.
- nextChar
dchar nextChar()
Undocumented in source. Be warned that the author may not have intended to support it.
- nextToken
const(Token) nextToken()
- parseEof
const(Token) parseEof()
Undocumented in source. Be warned that the author may not have intended to support it.
- parseEol
const(Token) parseEol()
Undocumented in source. Be warned that the author may not have intended to support it.
- parseError
const(Token) parseError()
Undocumented in source. Be warned that the author may not have intended to support it.
- parseFloating
const(Token) parseFloating(int n)
Undocumented in source. Be warned that the author may not have intended to support it.
- parseHex
const(Token) parseHex(int prefixLen)
Undocumented in source. Be warned that the author may not have intended to support it.
- parseIdent
const(Token) parseIdent()
Undocumented in source. Be warned that the author may not have intended to support it.
- parseMultiLineComment
const(Token) parseMultiLineComment()
Undocumented in source. Be warned that the author may not have intended to support it.
- parseNumber
const(Token) parseNumber()
Undocumented in source. Be warned that the author may not have intended to support it.
- parseOp
const(Token) parseOp(TokenType op)
Undocumented in source. Be warned that the author may not have intended to support it.
- parseSingleLineComment
const(Token) parseSingleLineComment()
Undocumented in source. Be warned that the author may not have intended to support it.
- parseString
const(Token) parseString()
Undocumented in source. Be warned that the author may not have intended to support it.
- parseWhiteSpace
const(Token) parseWhiteSpace()
Undocumented in source. Be warned that the author may not have intended to support it.
- peekChar
dchar peekChar()
Undocumented in source. Be warned that the author may not have intended to support it.
- peekNextChar
dchar peekNextChar()
Undocumented in source. Be warned that the author may not have intended to support it.
- setTokenStart
void setTokenStart()
Undocumented in source. Be warned that the author may not have intended to support it.
- skipChar
dchar skipChar()
Undocumented in source. Be warned that the author may not have intended to support it.
simple tokenizer for DlangUI ML