Lines Matching full:tables
24 """Pgen parsing tables conversion class.
26 Once initialized, this class supplies the grammar tables for the
29 provide initialization of the tables; several subclasses exist to
32 The load() method reads the tables from a pickle file, which is
35 tables using a subclass). The report() method prints a readable
36 representation of the tables to stdout, for debugging.
89 """Dump the grammar tables to a pickle file.
93 pickled file to create the tables, but only changes OrderedDict to dict
95 So, the loaded tables are different from the original tables that were
106 """Load the grammar tables from a pickle file."""
113 """Load the grammar tables from a pickle bytes object."""
130 """Dump the grammar tables to standard output, for debugging."""