blob: 4a08d43292a0eaa0bc7f8e0f6adb84aaa01a88fd [file] [log] [blame]
lexer grammar t004lexer;
options {
language = Python3;
}
FOO: 'f' 'o'*;