blob: e15e76d8133afb6cb32c9ac21cde653c60aa1e12 [file] [log] [blame]
lexer grammar t048rewrite;
options {
language=Python3;
}
A: 'a';
B: 'b';
C: 'c';