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