blob: a04b5b432eb0d82acf28dde2d606467c0399bdde [file] [log] [blame]
lexer grammar t009lexer;
options {
language = Python3;
}
DIGIT: '0' .. '9';