Generate fast-check arbitraries from a grammar
npm install --save-dev @ericcornelissen/grammar2arbitraryPut a grammar to generate form in a file and invoke grammar2arbitrary
grammar2arbitrary --inFile grammar.ohm --outFile dist.js --base Bar --export fooFor more information
grammar2arbitrary --helpThe only supported grammer is Ohm, read more in our Ohm docs.
The source code is licensed under the Apache-2.0 license, see LICENSE for
the full license text.