7 lines
82 B
Plaintext
Executable File
7 lines
82 B
Plaintext
Executable File
lexer grammar t009lexer;
|
|
options {
|
|
language = JavaScript;
|
|
}
|
|
|
|
DIGIT: '0' .. '9';
|