android_mt6572_jiabo/external/antlr/antlr-3.4/runtime/Python/tests/t048rewrite.g
2025-09-05 16:56:03 +08:00

9 lines
86 B
Text

lexer grammar t048rewrite;
options {
language=Python;
}
A: 'a';
B: 'b';
C: 'c';