1lexer grammar t002lexer;
2options {
3  language = Python;
4}
5
6ZERO: '0';
7ONE: '1';
8