Is there a complete test for GLR parser?

77 Views Asked by At

Is there a complete series tests to test if a GLR parser is correctly written?

I'am writing a GLR parser, so I want to find some tests for my code. I can't figured out a complete test suit by my self because of some missing conditions perhaps.

I've already written some tests to test the parser. But I don't know if it will fail on other conditions. So I need "a complete test", may be a lot of people adding test cases to the test. That could promise the parser can handle any cases. GLR parser can handle any context-free grammar, so a lot of conditions are needed to be tested.

0

There are 0 best solutions below