1lexer grammar t009lexer;
2options {
3  language = Python3;
4}
5
6DIGIT: '0' .. '9';
7