Lexer

////////////////////////////////////////////////////////////////////////////

struct Lexer {
bool mTokenizeTokenString;
bool mSplitNestedComments;
bool mAllowDollarInIdentifiers;
static
string[256] s_delimiters;
static
int s_nextDelimiter;
}

Members

Functions

ScanLine
TokenInfo[] ScanLine(int iState, S text)

////////////////////////////////////////////////////////////

Meta