testing a bison parser



Hi,

Need help for testing bison parser...in terma of test strategy..

Thanks,
[What do you want to test? I wouldn't waste time checking that the parser
matches the input BNF, because it will. I'd get collections of source
code that are known to be valid and invalid, and make sure it accepts
or rejects them. -John]

.