CIFASIS / QuickFuzz

An experimental grammar fuzzer in Haskell using QuickCheck
http://QuickFuzz.org
GNU General Public License v3.0
199 stars 45 forks source link

Support for arbitrary Context-Free Grammars #72

Closed ebadi closed 7 years ago

ebadi commented 7 years ago

Context-free grammars has to be specified in the Backus-Naur Form in the Grammer.cf file. You can find few sample grammars here: https://github.com/BNFC/bnfc/tree/master/examples