7 lines
80 B
Text
7 lines
80 B
Text
lexer grammar t002lexer;
|
|
options {
|
|
language = Python;
|
|
}
|
|
|
|
ZERO: '0';
|
|
ONE: '1';
|