Ć
Nö9c       sú  d  Z  d Z d Z d Z d Z d Z d Z d Z d Z d	 Z	 d
 Z
 d Z d Z d Z d Z d Z d Z d Z d Z d Z d Z d Z d Z d Z d Z d Z d Z d Z d Z d Z d Z d Z d  Z  d! Z! d" Z" d# Z# d$ Z$ d% Z% d& Z& d' Z' d( Z( d) Z) d* Z* d+ Z+ d, Z, d- Z- d. Z. d/ Z/ d0 Z0 d1 Z1 d2 Z2 d3 Z3 d4 Z4 d5 Z5 d6 Z6 d7 Z7 d8 Z8 d9 Z9 d: Z: d; Z; d< Z< d= Z= d> Z> d? Z? d@ Z@ h  ZA xF eB   iC   dA r3 \ ZD ZE eF eE  eF dA  j o eD eA eE <n qWdB   ZG eH dC j o eG   n dD S(E   s;   Non-terminal symbols of Python grammar (from "graminit.h").i   i  i  i  i  i  i  i  i  i	  i
  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i   i!  i"  i#  i$  i%  i&  i'  i(  i)  i*  i+  i,  i-  i.  i/  i0  i1  i2  i3  i4  i5  i6  i7  i8  i9  i:  i;  i<  i=  i>  i?  i    c     sP   d  k  }  d  k } t |  i  d j o |  i d d g |  _ n | i   d  S(   Ni   s   Include/graminit.hs   Lib/symbol.py(   s   syss   tokens   lens   argvs   main(   s   syss   tokens#   /mit/python/lib/python2.0/symbol.pys   mainU s
    		s   __main__N(I   s   __doc__s   single_inputs
   file_inputs
   eval_inputs   funcdefs
   parameterss   varargslists   fpdefs   fplists   stmts   simple_stmts
   small_stmts	   expr_stmts	   augassigns
   print_stmts   del_stmts	   pass_stmts	   flow_stmts
   break_stmts   continue_stmts   return_stmts
   raise_stmts   import_stmts   import_as_names   dotted_as_names   dotted_names   global_stmts	   exec_stmts   assert_stmts   compound_stmts   if_stmts
   while_stmts   for_stmts   try_stmts   except_clauses   suites   tests   and_tests   not_tests
   comparisons   comp_ops   exprs   xor_exprs   and_exprs
   shift_exprs
   arith_exprs   terms   factors   powers   atoms	   listmakers   lambdefs   trailers   subscriptlists	   subscripts   sliceops   exprlists   testlists	   dictmakers   classdefs   arglists   arguments	   list_iters   list_fors   list_ifs   sym_names   globalss   itemss   _names   _values   types   mains   __name__(    s#   /mit/python/lib/python2.0/symbol.pys   ? s   
 	