3 """Non-terminal symbols of Python grammar (from "graminit.h")."""
5 # This file is automatically generated; please don't muck it up!
7 # To update the symbols in this file, 'cd' to the top directory of
8 # the python source tree after building the interpreter and run:
10 # python Lib/symbol.py
101 for _name
, _value
in globals().items():
102 if type(_value
) is type(0):
103 sym_name
[_value
] = _name
109 if len(sys
.argv
) == 1:
110 sys
.argv
= sys
.argv
+ ["Include/graminit.h", "Lib/symbol.py"]
113 if __name__
== "__main__":