blob: bdeddb86e23557e09f182c2160cc005d18ff006a [file] [log] [blame]
lexer grammar t005lexer;
options {
language = JavaScript;
}
FOO: 'f' 'o'+;