10 lines
86 B
Plaintext
10 lines
86 B
Plaintext
lexer grammar t048rewrite;
|
|
options {
|
|
language=Python;
|
|
}
|
|
|
|
A: 'a';
|
|
B: 'b';
|
|
C: 'c';
|
|
|