lexer grammar t002lexer; options { language = Python; } ZERO: '0'; ONE: '1';