Matcher
protected override void InitLexer(LexerConfig lexer)
{
lexer.MatchBoolean(ignoreCasing: true);
lexer.MatchString("'", "'");
lexer.MatchNumber(allowHex: true, allowBin: true);
}Method
Description
Example
Last updated
protected override void InitLexer(LexerConfig lexer)
{
lexer.MatchBoolean(ignoreCasing: true);
lexer.MatchString("'", "'");
lexer.MatchNumber(allowHex: true, allowBin: true);
}Last updated