Version 1.0
Copyright © 2022 Lowell D. Thomas
Python APG
 … an ABNF Parser Generator
Namespaces | Functions
save.py File Reference

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 ()
 

Detailed Description

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.

Python APG, Version 1.0, is licensed under the 2-Clause BSD License,
an Open Source Initiative Approved License.