10 lines
90 B
Plaintext
Executable File
10 lines
90 B
Plaintext
Executable File
lexer grammar t048rewrite;
|
|
options {
|
|
language=JavaScript;
|
|
}
|
|
|
|
A: 'a';
|
|
B: 'b';
|
|
C: 'c';
|
|
|