aboutsummaryrefslogtreecommitdiff
path: root/antlr-3.4/runtime/Python/tests/t003lexer.g
blob: 0e85e11479aef8a9d4d3182c38a009614f9979c6 (plain)
1
2
3
4
5
6
7
8
lexer grammar t003lexer;
options {
  language = Python;
}

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