blob: 53b67a93d8f43cf3c75d4d8dd2edb2e81a7adb17 [file] [log] [blame]
lexer grammar t002lexer;
options {
language = Python;
}
ZERO: '0';
ONE: '1';