testing a bison parser

ashagow@gmail.com
Thu, 07 Jun 2007 05:01:45 -0700

          From comp.compilers

Related articles
testing a bison parser ashagow@gmail.com (2007-06-07)
| List of all articles for this month |

From: ashagow@gmail.com
Newsgroups: comp.compilers
Date: Thu, 07 Jun 2007 05:01:45 -0700
Organization: Compilers Central
Keywords: testing, question
Posted-Date: 08 Jun 2007 09:30:40 EDT

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]



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.