1lexer grammar t048rewrite;
2options {
3    language=Python;
4}
5
6A: 'a';
7B: 'b';
8C: 'c';
9
10