I want to generate some random data for tests based on a given EBNF grammar. The different tools that exist on the internet are oriented SQL queries, but I want to have different kind of data.
It seems that Antlr could do that, but I don't know how, because I know that it could be used just as a recognizer or translator...
Thank you in advance for your help