lexer grammar t003lexer;
options {
  language = Python3;
}

ZERO: '0';
ONE: '1';
FOOZE: 'fooze';