ianh / owl

A parser generator for visibly pushdown languages.
MIT License
746 stars 21 forks source link

Add test script (and results) that compiles all parsers generated from valid grammars #22

Closed numist closed 3 years ago

numist commented 3 years ago

Looking at #21 and was wondering if any of the test grammars also generated parsers that don't compile. Seems like they all work so I figured maybe compiling the generated parsers is a good test to have going forward?

ianh commented 3 years ago

nice! it would be cool to compile and check the .owltest files too at some point.