lexer grammar t005lexer;
options {
  language = Python3;
}

FOO: 'f' 'o'+;