aosp12/external/antlr/runtime/Python/tests/t048rewrite.g

10 lines
86 B
Plaintext
Raw Permalink Normal View History

2023-01-09 17:11:35 +08:00
lexer grammar t048rewrite;
options {
language=Python;
}
A: 'a';
B: 'b';
C: 'c';