7 lines
70 B
Plaintext
7 lines
70 B
Plaintext
lexer grammar t001lexer;
|
|
options {
|
|
language = Python;
|
|
}
|
|
|
|
ZERO: '0';
|