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