Searched refs:__tabversion__ (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/ply/ply/
H A Dyacc.py63 __tabversion__ = "3.2" # Table version variable
1832 if parsetab._tabversion != __tabversion__:
1854 if tabversion != __tabversion__:
2559 """ % (filename, __tabversion__, self.lr_method, signature))
2672 pickle.dump(__tabversion__,outf,pickle_protocol)
H A Dlex.py35 __tabversion__ = "3.2" # Version of table file used variable

Completed in 15 milliseconds