[antlr-interest] Testing a grammar

Martin Probst mail at martin-probst.com
Thu Mar 16 03:19:10 PST 2006


It depends on what you want to do - throwing strings generated from the
grammar definition on your application is probably a nice test to see if
the app is stable, e.g. it doesn't crash on illegal input.

If you want to test whether it conforms to some specification (e.g. a
language standard) you'll probably have to use the tool called "human"
for that :-)

Martin



More information about the antlr-interest mailing list