hasura / kriti-lang

A minimal JSON templating language
Apache License 2.0
56 stars 9 forks source link

Kriti Parser Rewrite with Happy/Alex #25

Closed solomon-b closed 2 years ago

solomon-b commented 3 years ago

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.

solomon-b commented 2 years ago

Resolved by #27