lexer grammar t048rewrite;
options {
    language=Python3;
}

A: 'a';
B: 'b';
C: 'c';