parser: lalr(1) lexesis: lexer.lxs terminals: A B start: s grammar: s -> x x; x -> A x | B;