Relative Content

Tag Archive for lark-parserlark

Lark: Unclear reason for terminal collision

I am new to parsers in general and to working with Lark in particular.
I started writing a grammar which works when applying the Earley algorithm, but fails with the LALR(1) algorithm – presumably due to regex collisions which I cannot figure out.