d0c-s4vage/gramfuzz

add feature to import dharma grammars

d0c-s4vage opened this issue · 0 comments

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:

fuzzer.import_grammar("path/to/test_grammar.bnf", type="dharma")

This is related to #6