aboutsummaryrefslogtreecommitdiff
path: root/antlr-3.4/runtime/Python/tests/t048rewrite.g
blob: 4103b829acf1d09347fdf86fe89defa2af1d4794 (plain)
1
2
3
4
5
6
7
8
9
lexer grammar t048rewrite;
options {
    language=Python;
}

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