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