how to generate all legal statements from ebnf?

Viewed 70

I have an EBNF that defines a grammar. The rules of the grammar allow around 8000 permutations that are legal statements.

Is there any utility that can automatically generate legal statements from an EBNF?

0 Answers
Related