Open d0c-s4vage opened 7 years ago
gramfuzz should have a method analogous to the load_grammar method that will parse a grammar file and create analogous gramfuzz structures in memory. Maybe something like:
load_grammar
fuzzer.import_grammar("path/to/test_grammar.bnf", type="dharma")
This is related to #6
gramfuzz should have a method analogous to the
load_grammar
method that will parse a grammar file and create analogous gramfuzz structures in memory. Maybe something like:This is related to #6