7 lines
74 B
Plaintext
Executable File
7 lines
74 B
Plaintext
Executable File
lexer grammar t001lexer;
|
|
options {
|
|
language = JavaScript;
|
|
}
|
|
|
|
ZERO: '0';
|