9 lines
89 B
Plaintext
9 lines
89 B
Plaintext
|
|
lexer grammar t027eof;
|
||
|
|
|
||
|
|
options {
|
||
|
|
language=JavaScript;
|
||
|
|
}
|
||
|
|
|
||
|
|
END: '\u0000';
|
||
|
|
SPACE: ' ';
|