Closed stratosn closed 1 year ago
Check EBNF ANTLR4 if it has lookahead for identifying identifiers starting with numbers and followed by other characters (non numeric characters).
ref: https://github.com/antlr/antlr4/blob/master/doc/lexer-rules.md
Issue Description
Check EBNF ANTLR4 if it has lookahead for identifying identifiers starting with numbers and followed by other characters (non numeric characters).
ref: https://github.com/antlr/antlr4/blob/master/doc/lexer-rules.md
Proposed Solution