lexer grammar t004lexer;
options {
  language = Python3;
}

FOO: 'f' 'o'*;