The Kriti parser is growing in complexity and it is becoming harder to identify bugs and edge cases. A rewrite with Alex and Happy would allow for static analysis of the parser based on a formal grammer and will simplify extension of the language in the future. It will also make it significantly easier to fix Spans.
The Kriti parser is growing in complexity and it is becoming harder to identify bugs and edge cases. A rewrite with
Alex
andHappy
would allow for static analysis of the parser based on a formal grammer and will simplify extension of the language in the future. It will also make it significantly easier to fix Spans.