lexer grammar t002lexer;
options {
  language = Python3;
}

ZERO: '0';
ONE: '1';