squelch.lex

Undocumented in source.

Members

Functions

isIdentifier
bool isIdentifier(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
isIdentifierContinuation
bool isIdentifierContinuation(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
isIdentifierStart
bool isIdentifierStart(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
lex
Token[] lex(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
readDbtExpression
bool readDbtExpression(string s, DbtString text, QuotingContext quoting)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

keywords
string[] keywords;
Undocumented in source.
operators
string[] operators;
Undocumented in source.

Meta