1lexer grammar t008lexer;
2options {
3  language = Python;
4}
5
6FOO: 'f' 'a'?;
7