OctalInteger
Lexer rule
EBNF
OctalInteger = '0o', {
OctDigit
}- ;
Referenced from
IntegerLiteral