hasura / kriti-lang

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

Feature/add parse failure unit tests #4

Closed solomon-b closed 3 years ago

solomon-b commented 3 years ago

Our parser has some false success cases. We don't catch these because our unit tests only cover happy cases. This PR adds failing parse tests and modifies the lexer to throw errors.