- byToken
auto byToken(ubyte[] range)
Undocumented in source. Be warned that the author may not have intended to support it.
- byToken
auto byToken(ubyte[] range, StringCache* cache)
Undocumented in source. Be warned that the author may not have intended to support it.
- byToken
auto byToken(ubyte[] range, LexerConfig config, StringCache* cache)
Undocumented in source. Be warned that the author may not have intended to support it.
- getTokensForParser
const(Token)[] getTokensForParser(ubyte[] sourceCode, LexerConfig config, StringCache* cache)
Ada Lexer.