t001lexer.g revision 324c4644fee44b9898524c09511bd33c3f12e2df
1lexer grammar t001lexer;
2options {
3  language = Python;
4}
5
6ZERO: '0';
7