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