python (3.12.0)
̑e @ d Z ddlmZ G d de Z G d de Zy)zParser engine for the grammar tables generated by pgen.
The grammar table must be loaded first.
See Parser/parser.c in the Python distribution for additional info on
how this parsing engine works.
)tokenc e Zd ZdZd Zd Zy)
ParseErrorz(Exception to signal the parser is stuck.c
~ t j | |d|d|d| || _ || _ || _ || _ y )Nz: type=z, value=z
, context=) Exception__init__msgtypevaluecontext)selfr r
r r s G/BuggyBox/python/3.12.0/bootstrap/lib/python3.12/lib2to3/pgen2/parse.pyr zParseError.__init__ s<