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

FOO: 'f' ('o' | 'a' 'b'+)*;