Demonstrates how to save a grammar object for future use. More...
Go to the source code of this file.
Namespaces | |
examples.grammar_object.save | |
Functions | |
def | examples.grammar_object.save.save_grammar () |
Demonstrates how to save a grammar object for future use.
For grammars that are used often, saving the grammar object prevents the repeated and redundant re-generation of the grammar object from the SABNF syntax over and over.
Follow this with examples/grammar_object/use.py for a demonstration of how to use this saved grammar object.
Definition in file save.py.