Ambiguous strings in non-intersecting states are rejected · Issue #193 · lalrpop/lalrpop

LALRPop complains about ambiguity even for terminals for which the ambiguity is resolved by the grammar: grammar; pub LEntry: () = { "1entry" <nm: LIdentifier> => { println!("got id {}!", nm); }, "...</nm:>