1 lexer grammar t003lexer; 2 options { 3 language = JavaScript; 4 } 5 6 ZERO: '0'; 7 ONE: '1'; 8 FOOZE: 'fooze'; 9