lexer grammar t006lexer;
options {
  language = Python3;
}

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