Ńň
#8Zc        /   @   sj  d  Z  d d k Td d k Z d d k Z d d k Z d e f d     YZ d d k l Z l	 Z	 d d k l
 Z
 l Z l Z d   Z d	 d
  Z d   Z d   Z d   Z d f  d     YZ e i e i e i e i e i e i e i e i e i e i e i e i e i e i  e i! e i" g Z# h d e i$ 6d e i% 6d e i& 6d e i' 6d e i( 6d e i) 6d e i* 6Z+ e i, e i- e i. e i/ e i0 e i1 e i2 e i e i3 e i4 e i5 e i6 e i7 e i8 e i9 e i: e i; e i< e i= e i> e i? e i@ e iA e iB e iC e i e i e i e i e i e i e iD e i e i e i e i e i e i  e i! e i" e iE g) ZF eG e d  o eF iH e iI  n eG e d  o eF iH e iJ  n e i e i e i e i e i e i e i e i e i e i e i  e i! g ZK h  ZL x' e iM iN   D] \ ZO ZP eP eL eO <qWx' e iQ iN   D] \ ZO ZP eP eL eO <qCWd   ZR d S(   sî   Parse tree transformation module.

Transforms Python source code into an abstract syntax tree (AST)
defined in the ast module.

The simplest ways to invoke this module are via parse and parseFile.
parse(buf) -> AST
parseFile(path) -> AST
i˙˙˙˙(   t   *Nt   WalkerErrorc           B   s   e  Z RS(    (   t   __name__t
   __module__(    (    (    s*   /usr/lib/python2.6/compiler/transformer.pyR   !   s   (   t
   CO_VARARGSt   CO_VARKEYWORDS(   t	   OP_ASSIGNt	   OP_DELETEt   OP_APPLYc         C   s3   t  |  d  } | i   d } | i   t |  S(   Nt   Us   
(   t   opent   readt   closet   parse(   t   patht   ft   src(    (    s*   /usr/lib/python2.6/compiler/transformer.pyt	   parseFile'   s    
t   execc         C   sY   | d j p | d j o t    i |   S| d j o t    i |   St d   d  S(   NR   t   singlet   evals4   compile() arg 3 must be 'exec' or 'eval' or 'single'(   t   Transformert
   parsesuitet	   parseexprt
   ValueError(   t   buft   mode(    (    s*   /usr/lib/python2.6/compiler/transformer.pyR   1   s
    c         C   sľ   g  } x¨ |  D]  } t  | d  o | i | i    q t |  t d  j o | i t t |    q t |  t g   j o | i t |   q | i |  q W| S(   Nt   asList(   NN(   t   hasattrt   appendR   t   typet   Nonet   tuple(   t   nodest   lt   item(    (    s*   /usr/lib/python2.6/compiler/transformer.pyR   :   s     c         C   sh   t  |  d t  p	 |  d SxD |  d D]8 } t  | t  o" t |  } | d  j	 o | Sq( q( Wd  S(   Ni   i   (   t
   isinstanceR    t   extractLineNoR   (   t   astt   childt   lineno(    (    s*   /usr/lib/python2.6/compiler/transformer.pyR%   H   s    	 c          G   sx   |  d } | t  j oJ y t  | |  d   SWqt t j
 o! t  | Gt |   G|  GH  qt Xn t d t |    d  S(   Ni    i   s$   Can't find appropriate Node type: %s(   R!   t	   TypeErrort   lenR   t   str(   t   argst   kind(    (    s*   /usr/lib/python2.6/compiler/transformer.pyt   NodeR   s    
R   c           B   s}  e  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 e Z d   Z d   Z e Z e Z e 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*   Z0 d+   Z1 d,   Z2 d-   Z3 d.   Z4 d/   Z5 d0   Z6 d1   Z7 d2   Z8 d3   Z9 e9 Z: e9 Z; e9 Z< d4   Z= d5   Z> d6   Z? e? Z@ d7   ZA d8   ZB d9   ZC d:   ZD d;   ZE d<   ZF d=   ZG d>   ZH d?   ZI d@   ZJ dA   ZK dB   ZL dC   ZM dD   ZN dE   ZO dF   ZP dG   ZQ dH   ZR dI   ZS dJ   ZT dK   ZU dL   ZV dM   ZW dN   ZX dO   ZY dP   ZZ dQ   Z[ dR   Z\ dS   Z] dT   Z^ dU   Z_ dV   Z` dW   Za dX   Zb dY   Zc dZ   Zd d[   Ze d\   Zf d]   Zg d^   Zh d_   Zi d`   Zj da   Zk db   Zl dc   Zm dd   Zn eo ep de  o df   Zq dg   Zr dh   Zs n
 di   Zq eo ep dj  o dk   Zt dl   Zu n dm   Zv dn   Zw do   Zx dp   Zy dq   Zz dr   Z{ ds   Z| dt   Z} du   Z~ dw dv  Z RS(x   sę   Utility object for transforming Python parse trees.

    Exposes the following methods:
        tree = transform(ast_tree)
        tree = parsesuite(text)
        tree = parseexpr(text)
        tree = parsefile(fileob | filename)
    c         C   s×   h  |  _  xG t i i   D]6 \ } } t |  |  o t |  |  |  i  | <q q W|  i |  i  t i <h |  i	 t i
 6|  i t i 6|  i t i 6|  i t i 6|  i t i 6|  i t i 6|  i t i 6|  _ d  |  _ d  S(   N(   t	   _dispatcht   symbolt   sym_namet   itemsR   t   getattrt   com_NEWLINEt   tokent   NEWLINEt	   atom_lpart   LPARt	   atom_lsqbt   LSQBt   atom_lbracet   LBRACEt   atom_backquotet	   BACKQUOTEt   atom_numbert   NUMBERt   atom_stringt   STRINGt	   atom_namet   NAMEt   _atom_dispatchR   t   encoding(   t   selft   valuet   name(    (    s*   /usr/lib/python2.6/compiler/transformer.pyt   __init__h   s    	 c         C   sF   t  | t  p t  | t  p t i | d d } n |  i |  S(   s,   Transform an AST into a modified parse tree.t	   line_infoi   (   R$   R    t   listt   parsert   st2tuplet   compile_node(   RG   t   tree(    (    s*   /usr/lib/python2.6/compiler/transformer.pyt	   transformx   s     c         C   s   |  i  t i |   S(   s6   Return a modified parse tree for the given suite text.(   RQ   RM   t   suite(   RG   t   text(    (    s*   /usr/lib/python2.6/compiler/transformer.pyR   ~   s    c         C   s   |  i  t i |   S(   s;   Return a modified parse tree for the given expression text.(   RQ   RM   t   expr(   RG   RS   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyR      s    c         C   s<   t  |  t  d  j o t |  } n |  i | i    S(   s@   Return a modified parse tree for the contents of the given file.t    (   R   R
   R   R   (   RG   t   file(    (    s*   /usr/lib/python2.6/compiler/transformer.pyt	   parsefile   s    c      	   C   s  | d } | t  i j o% | d |  _ | d } | d } n | t  i j o |  i | d  S| t  i j o |  i | d  S| t  i j o |  i | d  S| t  i j o |  i | d  S| t  i j o |  i | d  S| t  i j o |  i | d  St	 d | f  d  S(   Ni    i   i   s   unexpected node type(
   R0   t   encoding_declRF   t   single_inputt
   file_inputt
   eval_inputt   lambdeft   funcdeft   classdefR   (   RG   t   nodet   n(    (    s*   /usr/lib/python2.6/compiler/transformer.pyRO      s$    

c         C   s7   | d d } | t  i j o |  i | d  St   S(   Ni    (   R5   R6   t   com_stmtt   Pass(   RG   R_   R`   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyRY   Š   s    c         C   s   |  i  | t i  } | d  j	 o
 d } n d } g  } xN | | D]B } | d t i j o( | d t i j o |  i | |  qC qC Wt | t	 |   S(   Ni   i    (
   t   get_docstringR0   RZ   R   R5   t	   ENDMARKERR6   t   com_append_stmtt   Modulet   Stmt(   RG   t   nodelistt   doct   it   stmtsR_   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyRZ   ł   s    
 (c         C   s   t  |  i | d   S(   Ni    (   t
   Expressiont   com_node(   RG   Rh   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyR[   ż   s    c         C   sĆ   t  |  } | d j o | d d j p t  |  i |  } d } xy | | j  ok | | d t i j p t  | | d d t i j p t  t | | | d d  } | d 7} qI W| S(   Ni   i   i    (   R*   t   AssertionErrorRC   R5   t   DOTRD   t   Getattr(   RG   Rh   t   listlenR#   Rj   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyt   decorator_nameÄ   s    % #c         C   sä   t  |  d j p t  | d d t i j p t  | d d t i j p t  | d d t i j p t  |  i | d d  } t  |  d j o9 | d d t i j p t  |  i	 | | d  } n | } | S(	   Ni   i   i   i    i˙˙˙˙i   i   (   i   i   i   (
   R*   Rn   R5   t   ATR6   R0   t   dotted_nameRr   R8   t   com_call_function(   RG   Rh   t   funcnameRT   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyt	   decoratorŇ   s    c         C   sV   g  } xC | D]; } | d t  i j p t  | i |  i | d   q Wt |  S(   Ni    i   (   R0   Rw   Rn   R   t
   Decorators(   RG   Rh   R2   t   dec_nodelist(    (    s*   /usr/lib/python2.6/compiler/transformer.pyt
   decoratorsă   s     c         C   sĹ   | d d t  i j p t  | d d t  i j o- | d g t | d d  } |  i |  S| d d t  i j o< |  i | d d  } |  i | d d  } | | _ | St    d  S(   Ni    i   (   R0   Rz   Rn   R]   RL   R^   R   (   RG   Rh   R`   Rz   t   cls(    (    s*   /usr/lib/python2.6/compiler/transformer.pyt	   decoratedë   s    	c         C   ss  t  |  d j o: | d d t i j p t  |  i | d d  } n! t  |  d j p t  d  } | d d } | d d } | d d } | d t i j o  |  i | d  \ } } } n d
 } } d } |  i | d  }	 |  i | d  }
 |	 d  j	 oC t	 |
 t
  p t  t	 |
 i d t  p t  |
 i d =n t | | | | | |	 |
 d	 | S(   Ni   i    i   i   iü˙˙˙i   iý˙˙˙i˙˙˙˙R(   (    (   R*   R0   Rz   Rn   R   t   varargslistt   com_arglistRc   Rm   R$   Rg   R!   t   Discardt   Function(   RG   Rh   Rz   R(   RI   R,   t   namest   defaultst   flagsRi   t   code(    (    s*   /usr/lib/python2.6/compiler/transformer.pyR]   ÷   s(     
c      	   C   s   | d d t  i j o$ |  i | d d  \ } } } n d } } d } |  i | d  } t | | | | d | d d S(   Ni   i    i   i˙˙˙˙R(   (    (   R0   R}   R~   Rm   t   Lambda(   RG   Rh   R   R   R   R   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyR\     s    $
c         C   sü   | d d } |  i  | d  } | d d t i j o
 g  } n6 | d d t i j o
 g  } n |  i | d  } |  i | d  } | d  j	 oC t | t  p t	  t | i
 d t  p t	  | i
 d =n t | | | | d | d d S(   Ni   i˙˙˙˙i   i    i   R(   (   Rc   R5   t   COLONt   RPARt	   com_basesRm   R   R$   Rg   Rn   R!   R   t   Class(   RG   Rh   RI   Ri   t   basesR   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyR^   &  s    

c         C   s   |  i  | d  S(   Ni    (   Ra   (   RG   Rh   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyt   stmt<  s    c         C   sG   g  } x4 t  d t |  d  D] } |  i | | |  q Wt |  S(   Ni    i   (   t   rangeR*   Re   Rg   (   RG   Rh   Rk   Rj   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyt   simple_stmtC  s
     c         C   s
   t   d  S(   N(   R   (   RG   Rh   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyt
   parametersJ  s    c         C   s
   t   d  S(   N(   R   (   RG   Rh   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyR}   M  s    c         C   s
   t   d  S(   N(   R   (   RG   Rh   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyt   fpdefP  s    c         C   s
   t   d  S(   N(   R   (   RG   Rh   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyt   fplistS  s    c         C   s
   t   d  S(   N(   R   (   RG   Rh   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyRt   V  s    c         C   s
   t   d  S(   N(   R   (   RG   Rh   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyt   comp_opY  s    c         C   s
   t   d  S(   N(   R   (   RG   Rh   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyt   trailer\  s    c         C   s
   t   d  S(   N(   R   (   RG   Rh   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyt   sliceop_  s    c         C   s
   t   d  S(   N(   R   (   RG   Rh   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyt   argumentb  s    c      	   C   s  | d } |  i  |  | d  } t |  d j o t | d | i S| d d t i j of g  } xA t d t |  d d  D]# } | i |  i | | t	   q Wt
 | | d | d d S|  i | d  } |  i | d  } t | | d | d | d St d  d  S(   Ni˙˙˙˙i   R(   i    i   s   can't get here(   t   lookup_nodeR*   R   R(   R5   t   EQUALR   R   t
   com_assignR   t   Assignt   com_augassignt   com_augassign_opt	   AugAssignR   (   RG   Rh   t   ent   exprNodet   nodeslRj   t   lvalt   op(    (    s*   /usr/lib/python2.6/compiler/transformer.pyt	   expr_stmtj  s    
 !c         C   s(  g  } t  |  d j o d } d  } nt | d d t i j oO t  |  d j p | d d t i j p t  |  i | d  } d } n d  } d } x: t | t  |  d  D]  } | i |  i | |   qľ W| d d t i j o t	 | | d | d d St
 | | d | d d S(   Ni   i    i   i   i   i˙˙˙˙R(   (   R*   R   R5   t
   RIGHTSHIFTt   COMMARn   Rm   R   R   t   Printt   Printnl(   RG   Rh   R2   t   startt   destRj   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyt
   print_stmt{  s"    

 c         C   s   |  i  | d t  S(   Ni   (   R   R   (   RG   Rh   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyt   del_stmt  s    c         C   s   t  d | d d  S(   NR(   i    i   (   Rb   (   RG   Rh   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyt	   pass_stmt  s    c         C   s   t  d | d d  S(   NR(   i    i   (   t   Break(   RG   Rh   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyt
   break_stmt  s    c         C   s   t  d | d d  S(   NR(   i    i   (   t   Continue(   RG   Rh   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyt   continue_stmt  s    c         C   sW   t  |  d j  o t t d   d | d d St |  i | d  d | d d S(   Ni   R(   i    i   (   R*   t   Returnt   ConstR   Rm   (   RG   Rh   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyt   return_stmt  s    c         C   s&   |  i  | d  } t | d | i S(   Ni    R(   (   Rm   R   R(   (   RG   Rh   RT   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyt
   yield_stmtĄ  s    c         C   sN   t  |  d j o |  i | d  } n t d   } t | d | d d S(   Ni   R(   i    i   (   R*   Rm   R°   R   t   Yield(   RG   Rh   RH   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyt
   yield_exprĽ  s    c         C   sŽ   t  |  d j o |  i | d  } n d  } t  |  d j o |  i | d  } n d  } t  |  d j o |  i | d  } n d  } t | | | d | d d S(   Ni   i   i   R(   i    i   (   R*   Rm   R   t   Raise(   RG   Rh   t   expr3t   expr2t   expr1(    (    s*   /usr/lib/python2.6/compiler/transformer.pyt
   raise_stmtŹ  s    c         C   s+   t  |  d j p t  |  i | d  S(   Ni   i    (   R*   Rn   Rm   (   RG   Rh   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyt   import_stmtź  s    c         C   s%   t  |  i | d  d | d d S(   Ni   R(   i    i   (   t   Importt   com_dotted_as_names(   RG   Rh   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyt   import_nameÁ  s    c         C   s>  | d d d j p t   d } x$ | | d d j o | d 7} q% W| d } | | d t i j o! |  i | |  } | d 7} n d } | | d d j p t   | | d d t i j o" t | d
 g | d | d d	 S| | d | | d d t i j } t | |  i	 |  | d | d d	 Sd  S(   Ni    i   t   fromt   .RU   t   importR    R(   i   (   R    N(
   Rn   R0   Rt   t   com_dotted_nameR5   t   STARt   FromR   R8   t   com_import_as_names(   RG   Rh   t   idxt   levelt   fromnameR_   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyt   import_fromĆ  s"     
'c         C   sV   g  } x5 t  d t |  d  D] } | i | | d  q Wt | d | d d S(   Ni   i   R(   i    (   R   R*   R   t   Global(   RG   Rh   R   Rj   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyt   global_stmtÜ  s
     c         C   s   |  i  | d  } t |  d j oG |  i  | d  } t |  d j o |  i  | d  } qw d  } n d  } } t | | | d | d d S(	   Ni   i   i   i   i   R(   i    i   (   Rm   R*   R   t   Exec(   RG   Rh   R¸   Rˇ   Rś   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyt	   exec_stmtă  s    

c         C   s^   |  i  | d  } t |  d j o |  i  | d  } n d  } t | | d | d d S(   Ni   i   i   R(   i    i   (   Rm   R*   R   t   Assert(   RG   Rh   R¸   Rˇ   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyt   assert_stmtń  s
    c         C   s˝   g  } xe t  d t |  d d  D]G } |  i | | d  } |  i | | d  } | i | | f  q# Wt |  d d j o |  i | d  } n d  } t | | d | d d S(   Ni    i   i   i   i˙˙˙˙R(   i   (   R   R*   Rm   R   R   t   If(   RG   Rh   t   testsRj   t   testNodet	   suiteNodet   elseNode(    (    s*   /usr/lib/python2.6/compiler/transformer.pyt   if_stmtú  s     c         C   st   |  i  | d  } |  i  | d  } t |  d j o |  i  | d  } n d  } t | | | d | d d S(   Ni   i   i   i   R(   i    i   (   Rm   R*   R   t   While(   RG   Rh   RŃ   t   bodyNodeRÓ   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyt
   while_stmt	  s    c         C   s   |  i  | d t  } |  i | d  } |  i | d  } t |  d j o |  i | d  } n d  } t | | | | d | d d S(   Ni   i   i   i   R(   i    i   (   R   R   Rm   R*   R   t   For(   RG   Rh   t
   assignNodet   listNodeRÖ   RÓ   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyt   for_stmt  s    c         C   s   |  i  |  S(   N(   t   com_try_except_finally(   RG   Rh   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyt   try_stmt%  s    c         C   s   |  i  |  S(   N(   t   com_with(   RG   Rh   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyt	   with_stmt(  s    c         C   s   |  i  |  S(   N(   t   com_with_var(   RG   Rh   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyt   with_var+  s    c         C   sn   t  |  d j o |  i | d  Sg  } x6 | D]. } | d t i j o |  i | |  q2 q2 Wt |  S(   Ni   i    (   R*   Ra   R0   R   Re   Rg   (   RG   Rh   Rk   R_   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyRR   .  s     c         C   s   |  i  t |  S(   N(   t
   com_binaryt   Tuple(   RG   Rh   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyt   testlist>  s    c         C   s`   t  |  d j o@ | d d t i j o( |  i | d  } |  i | | d  S|  i |  S(   Ni   i   i    (   R*   R0   t   gen_forRm   t   com_generator_expressionRä   (   RG   Rh   t   test(    (    s*   /usr/lib/python2.6/compiler/transformer.pyt   testlist_gexpH  s    +c         C   sţ   t  |  d j o* | d d t i j o |  i | d  S|  i | d  } t  |  d j o t  |  d j p t  | d d d j p t  | d d d j p t  |  i | d  } |  i | d  } t | | | d	 | d d S| S(
   Ni   i    i   t   ifi   t   elsei   i   R(   (   R*   R0   R\   Rm   Rn   t   IfExp(   RG   Rh   t   thenRç   t   else_(    (    s*   /usr/lib/python2.6/compiler/transformer.pyRç   N  s    +c         C   sM   t  |  d j o* | d d t i j o |  i | d  S|  i t |  S(   Ni   i    (   R*   R0   R\   Râ   t   Or(   RG   Rh   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyt   or_test\  s    +c         C   s   |  i  t |  S(   N(   Râ   t   And(   RG   Rh   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyt   and_testc  s    c         C   sC   |  i  | d  } t |  d j o t | d | d d S| S(   Ni˙˙˙˙i   R(   i    (   Rm   R*   t   Not(   RG   Rh   t   result(    (    s*   /usr/lib/python2.6/compiler/transformer.pyt   not_testg  s    c   	      C   s  |  i  | d  } t |  d j o | Sg  } xĘ t d t |  d  D]° } | | d } | d } | d t i j oB | d } t |  d j o! | d j o
 d } qş d } qĚ n t | d } | d d } | i | |  i  | |  f  qJ Wt | | d | S(	   Ni    i   i   i   t   nots   not ins   is notR(   (   Rm   R*   R   R5   RD   t
   _cmp_typesR   t   Compare(	   RG   Rh   R_   t   resultsRj   t   nlR`   R   R(   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyt
   comparisonn  s$     


$c         C   s   |  i  t |  S(   N(   Râ   t   Bitor(   RG   Rh   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyRT     s    c         C   s   |  i  t |  S(   N(   Râ   t   Bitxor(   RG   Rh   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyt   xor_expr  s    c         C   s   |  i  t |  S(   N(   Râ   t   Bitand(   RG   Rh   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyt   and_expr  s    c         C   sć   |  i  | d  } xĚ t d t |  d  D]˛ } |  i  | |  } | | d d t i j o$ t | | g d | d d } q, | | d d t i j o$ t | | g d | d d } q, t d | | d d  q, W| S(   Ni    i   i   R(   s   unexpected token: %s(	   Rm   R   R*   R5   t	   LEFTSHIFTt	   LeftShiftR˘   t
   RightShiftR   (   RG   Rh   R_   Rj   t   right(    (    s*   /usr/lib/python2.6/compiler/transformer.pyt
   shift_expr  s     $$c         C   sć   |  i  | d  } xĚ t d t |  d  D]˛ } |  i  | |  } | | d d t i j o$ t | | g d | d d } q, | | d d t i j o$ t | | g d | d d } q, t d | | d d  q, W| S(   Ni    i   i   R(   s   unexpected token: %s(	   Rm   R   R*   R5   t   PLUSt   Addt   MINUSt   SubR   (   RG   Rh   R_   Rj   R  (    (    s*   /usr/lib/python2.6/compiler/transformer.pyt
   arith_expr¨  s     $$c         C   s  |  i  | d  } xű t d t |  d  D]á } |  i  | |  } | | d d } | t i j o t | | g  } n | t i j o t | | g  } nZ | t i j o t	 | | g  } n4 | t i
 j o t | | g  } n t d |  | d d | _ q, W| S(   Ni    i   i   s   unexpected token: %s(   Rm   R   R*   R5   RÂ   t   Mult   SLASHt   Divt   PERCENTt   Modt   DOUBLESLASHt   FloorDivR   R(   (   RG   Rh   R_   Rj   R  t   t(    (    s*   /usr/lib/python2.6/compiler/transformer.pyt   term´  s      c         C   s­   | d } | d } |  i  | d  | d d  } | t i j o t | d | d S| t i j o t | d | d S| t i j o t | d | d } n | S(   Ni    i˙˙˙˙i   R(   i   (   R   R5   R  t   UnaryAddR  t   UnarySubt   TILDEt   Invert(   RG   Rh   t   eltR  R_   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyt   factorĆ  s    

!c         C   s   |  i  | d  } xy t d t |   D]b } | | } | d t i j o, t | |  i  | | d  g d | d S|  i | |  } q) W| S(   Ni    i   R(   i   (   Rm   R   R*   R5   t
   DOUBLESTARt   Powert   com_apply_trailer(   RG   Rh   R_   Rj   R  (    (    s*   /usr/lib/python2.6/compiler/transformer.pyt   powerÓ  s     
 c         C   s   |  i  | d d |  S(   Ni    (   RE   (   RG   Rh   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyt   atomŕ  s    c         C   sB   | d d t  i j o t d d | d d S|  i | d  S(   Ni   i    R(   i   (    (   R5   R   Ră   Rm   (   RG   Rh   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyR7   ă  s    c         C   sB   | d d t  i j o t d d | d d S|  i | d  S(   Ni   i    R(   i   (    (   R5   t   RSQBt   Listt   com_list_constructor(   RG   Rh   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyR9   č  s    c         C   sB   | d d t  i j o t d d | d d S|  i | d  S(   Ni   i    R(   i   (    (   R5   t   RBRACEt   Dictt   com_dictmaker(   RG   Rh   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyR;   í  s    c         C   s   t  |  i | d   S(   Ni   (   t	   BackquoteRm   (   RG   Rh   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyR=   ň  s    c         C   s,   t  | d d  } t | d | d d S(   Ni    i   R(   i   (   R   R°   (   RG   Rh   t   k(    (    s*   /usr/lib/python2.6/compiler/transformer.pyR?   ő  s    c         C   s_   |  i  oG |  i  d j o t | d  i |  i   } n t d |  i  | f  St |  Sd  S(   Ns   utf-8s
   iso-8859-1s   # coding: %s
%s(   s   utf-8s
   iso-8859-1(   RF   t   unicodet   encodeR   (   RG   t   lit(    (    s*   /usr/lib/python2.6/compiler/transformer.pyt   decode_literalú  s
    
c         C   sF   d } x% | D] } | |  i  | d  7} q Wt | d | d d S(   NRU   i   R(   i    i   (   R)  R°   (   RG   Rh   R%  R_   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyRA     s
     c         C   s    t  | d d d | d d S(   Ni    i   R(   i   (   t   Name(   RG   Rh   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyRC     s    c         C   s   |  i  | d S(   Ni    (   R/   (   RG   R_   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyR     s    c         C   s   |  i  | d | d  S(   Ni    i   (   R/   (   RG   R_   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyRm     s    c         G   s   t  t d    S(   N(   R   R°   R   (   RG   R,   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyR4   %  s    c         C   sä  g  } g  } d } d } xź| t  |  j  o¨| | } | d t i j p | d t i j o× | d t i j oO | | d } | d t i j o) | i | d  | t B} | d } qĂ n | t  |  j  o\ | | d } | t i j o | | d } n t d |  | i | d  | t B} n Pn | i |  i	 |   | d } | t  |  j  oD | | d t i
 j o, | i |  i | | d   | d } n t  |  o t d  n | d } q W| | | f S(   Ni    i   i   s   unexpected token: %si   s-   non-default argument follows default argument(   R*   R5   RÂ   R  RD   R   R   R   R   t	   com_fpdefR   Rm   t   SyntaxError(   RG   Rh   R   R   R   Rj   R_   R  (    (    s*   /usr/lib/python2.6/compiler/transformer.pyR~   +  s>     
(

+c         C   s6   | d d t  i j o |  i | d  S| d d S(   Ni   i    i   (   R5   R8   t
   com_fplist(   RG   R_   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyR+  ]  s    c         C   sr   t  |  d j o |  i | d  Sg  } x: t d t  |  d  D]  } | i |  i | |   qD Wt |  S(   Ni   i   (   R*   R+  R   R   R    (   RG   R_   RL   Rj   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyR-  c  s     c         C   s_   d } xN | D]F } t  |  t  d  j o' | d d j o | | d d } q q W| d  S(   NRU   i    i   Rż   i˙˙˙˙(    (   R   (   RG   R_   RI   R`   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyRÁ   l  s     *c         C   s§   | d t  i j p t  | d } |  i | d d  } t |  d j o | d  f S| d d d j p t  | d d t i j p t  | | d d f S(   Ni    i   t   asi   (   R0   t   dotted_as_nameRn   RÁ   R*   R   R5   RD   (   RG   R_   t   dot(    (    s*   /usr/lib/python2.6/compiler/transformer.pyt   com_dotted_as_namet  s    
c         C   s|   | d t  i j p t  | d } |  i | d  g } x: t d t |  d  D]  } | i |  i | |   qT W| S(   Ni    i   i   (   R0   t   dotted_as_namesRn   R1  R   R*   R   (   RG   R_   R   Rj   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyRź   ~  s    
 c         C   sÂ   | d t  i j p t  | d } | d d t i j p t  t |  d j o | d d d  f S| d d d j p
 t |  | d d t i j p t  | d d | d d f S(   Ni    i   R.  i   (   R0   t   import_as_nameRn   R5   RD   R*   R   (   RG   R_   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyt   com_import_as_name  s    
c         C   s|   | d t  i j p t  | d } |  i | d  g } x: t d t |  d  D]  } | i |  i | |   qT W| S(   Ni    i   i   (   R0   t   import_as_namesRn   R4  R   R*   R   (   RG   R_   R   Rj   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyRÄ     s    
 c         C   sG   g  } x: t  d t |  d  D]  } | i |  i | |   q W| S(   Ni   i   (   R   R*   R   Rm   (   RG   R_   R   Rj   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyR     s
     c   
   	   C   sű  | d d t  i j o6 t |  i | d  |  i | d  d | d d Sg  } d  } d  } x@t d t |  d  D]&} | | } | d t i j o t |  d j oJ |  i | d  } t |  d j o |  i	 | d t
  } qd  } n d  } } | i | | |  i | | d  f  n | d t  i j o\ | d d j o |  i | | d  } q| d d	 j o |  i | | d  } qqy qy Wt |  i | d  | | d | d d }	 | o t |	 | d | d d S|	 Sd  S(
   Ni   i    i   i   R(   i   i   Rę   t   finally(   R5   RD   t
   TryFinallyRm   R   R   R*   R0   t   except_clauseR   R   R   t	   TryExcept(
   RG   Rh   t   clausesRÓ   t   finallyNodeRj   R_   R¸   Rˇ   t
   try_except(    (    s*   /usr/lib/python2.6/compiler/transformer.pyRÜ     s8     


+#c         C   s   |  i  | d  } |  i  | d  } | d d t i j o
 d  } n |  i | d d t  } t | | | d | d d S(   Ni   i˙˙˙˙i   i    R(   (   Rm   R5   R   R   R   R   t   With(   RG   Rh   RT   t   bodyt   var(    (    s*   /usr/lib/python2.6/compiler/transformer.pyRŢ   Ç  s    
c         C   s   |  i  | d  S(   Ni   (   Rm   (   RG   Rh   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyRŕ   Ń  s    c         C   s#   | d t  i j p t  | d S(   Ni    i   (   R0   t	   augassignRn   (   RG   R_   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyR   Ő  s    c         C   sG   |  i  |  } | i t t t t f j o | St d | i i  d S(   s   Return node suitable for lvalue of augmented assignment

        Names, slices, and attributes are the only allowable nodes.
        s   can't assign to %sN(   Rm   t	   __class__R*  t   Slicet	   SubscriptRp   R,  R   (   RG   R_   R"   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyR   Ů  s    c         C   sp  xi| d } | t  i t  i t  i t  i f j o2 t |  d j o |  i | |  S| d } q | t j o. t |  d j o t d  n | d } q | t  i	 j oŇ | d d t  i
 j o t d  n t |  d j o |  i | d  } x^ t d t |  d  D]C } | | } | d t i j o t d  n |  i | |  } qW|  i | | d |  S| d } q | t  i
 j oË | d d } | t i j o/ | d } | d t i j o t d  qXqi| t i j o< | d } | d t i j o t d  n |  i | |  S| t i j o |  i | d |  St d  q t d	 |  q d  S(
   Ni    i   i   s   can't assign to operatori˙˙˙˙s   can't assign to ()s   can't assign to []s   can't assign to literals   bad assignment (%s)(   R0   t   exprlistRä   t   testlist_safeRč   R*   t   com_assign_tuplet   _assign_typesR,  R  R  Rm   R   R5   R  R  t   com_assign_trailerR8   R   R:   R  t   com_assign_listRD   t   com_assign_name(   RG   R_   t	   assigningR  t   primaryRj   t   ch(    (    s*   /usr/lib/python2.6/compiler/transformer.pyR   ă  sN    
% 


c         C   s\   g  } x= t  d t |  d  D]# } | i |  i | | |   q Wt | d t |  S(   Ni   i   R(   (   R   R*   R   R   t   AssTupleR%   (   RG   R_   RK  t   assignsRj   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyRF    s
     !c         C   sÎ   g  } xŻ t  d t |  d  D] } | d t |  j  o[ | | d d t i j o t d  n | | d d t i j p t | | d  n | i |  i	 | | |   q Wt
 | d t |  S(   Ni   i   i    s"   can't assign to list comprehensionR(   (   R   R*   R0   t   list_forR,  R5   RŁ   Rn   R   R   t   AssListR%   (   RG   R_   RK  RO  Rj   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyRI    s     2!c         C   s   t  | d | d | d S(   Ni   R(   i   (   t   AssName(   RG   R_   RK  (    (    s*   /usr/lib/python2.6/compiler/transformer.pyRJ    s    c         C   s   | d d } | t  i j o |  i | | d |  S| t  i j o |  i | | d |  S| t  i j o t d  n t d |  d  S(   Ni   i    i   s   can't assign to function calls   unknown trailer type: %s(   R5   Ro   t   com_assign_attrR:   t   com_subscriptlistR8   R,  (   RG   RL  R_   RK  R  (    (    s*   /usr/lib/python2.6/compiler/transformer.pyRH  "  s    c         C   s   t  | | d | d | d S(   Ni   R(   i˙˙˙˙(   t   AssAttr(   RG   RL  R_   RK  (    (    s*   /usr/lib/python2.6/compiler/transformer.pyRS  ,  s    c         C   s   t  |  } | d j o" | d } |  i |  | d  Sg  } xD t d | d  D]0 } | | } | i |  i |  | d   qT W| | d t |  S(   s=   Compile 'NODE (OP NODE)*' into (type, [ node1, ..., nodeN ]).i   i    i   R(   (   R*   R   R   R   R%   (   RG   t   constructorRh   R"   R`   R2   Rj   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyRâ   /  s    
 
$c         C   sO   |  i  |  | d  } | d  j	 p t  t | t  o | St | g  S(   Ni   (   R   R   Rn   R$   Rg   (   RG   R_   Ró   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyRa   ;  s
    c         C   sb   |  i  |  | d  } | d  j	 p t  t | t  o | i | i  n | i |  d  S(   Ni   (   R   R   Rn   R$   Rg   t   extendR!   R   (   RG   Rk   R_   Ró   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyRe   B  s
    RP  c         C   sĹ   g  } xĽ t  d t |   D] } | | d t i j o7 t | |  d j p t  |  i | d | |  S| | d t i j o q n | i |  i	 | |   q Wt
 | d | d i S(   Ni   i    R(   (   R   R*   R0   RP  Rn   t   com_list_comprehensionR5   RŁ   R   Rm   R  R(   (   RG   Rh   t   valuesRj   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyR   K  s     c         C   so  | d d } g  } xE| o=| d d } | d j o |  i  | d t  } |  i | d  } t | | g   } | d d | _ | i |  t |  d j o
 d  } qW|  i | d  } q | d j oq |  i | d  }	 t	 |	 d | d d }
 | i
 i |
  t |  d j o
 d  } qW|  i | d  } q t d	 | | f  q Wt | | d | S(
   Ni   i   t   fori   i   Ré   R(   i   s,   unexpected list comprehension element: %s %d(   R   R   Rm   t   ListCompForR(   R   R*   R   t   com_list_itert
   ListCompIft   ifsR,  t   ListComp(   RG   RT   R_   R(   t   forsR  RŮ   RÚ   t   newforRç   t   newif(    (    s*   /usr/lib/python2.6/compiler/transformer.pyRX  X  s2     

c         C   s#   | d t  i j p t  | d S(   Ni    i   (   R0   t	   list_iterRn   (   RG   R_   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyR\  {  s    c         C   sZ   g  } x: t  d t |  d  D]  } | i |  i | |   q Wt | d | d i S(   Ni   i   R(   i    (   R   R*   R   Rm   R  R(   (   RG   Rh   RY  Rj   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyR     s
     Rĺ   c         C   s  | d d } g  } xB| o:| d d } | d j o |  i  | d t  } |  i | d  } t | | g  d | d d } | i |  t |  d j o
 d  } qT|  i | d  } q | d j oq |  i | d  }	 t |	 d | d d }
 | i	 i |
  t |  d j o
 d  } qT|  i | d  } q t
 d	 | | f  q Wt | d
 _ t t | |  d | S(   Ni   i   RZ  i   R(   i   Ré   i   s.   unexpected generator expression element: %s %di    (   R   R   Rm   t
   GenExprForR   R*   R   t   com_gen_itert	   GenExprIfR^  R,  t   Truet
   is_outmostt   GenExprt   GenExprInner(   RG   RT   R_   R(   R`  R  RŮ   t   genNodeRa  Rç   Rb  (    (    s*   /usr/lib/python2.6/compiler/transformer.pyRć     s4     

c         C   s#   | d t  i j p t  | d S(   Ni    i   (   R0   t   gen_iterRn   (   RG   R_   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyRe  ¨  s    c         C   su   g  } xQ t  d t |  d  D]7 } | i |  i | |  |  i | | d  f  q Wt | d | d d i S(   Ni   i   i   R(   i    (   R   R*   R   Rm   R"  R(   (   RG   Rh   R2   Rj   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyR#  Ź  s     c         C   s   | d d } | t  i j o |  i | | d  S| t  i j o |  i | | d  S| t  i j o |  i | | d t  St d |  d  S(   Ni   i    i   s   unknown node type: %s(	   R5   R8   Ru   Ro   t   com_select_memberR:   RT  R   R,  (   RG   t   primaryNodeRh   R  (    (    s*   /usr/lib/python2.6/compiler/transformer.pyR  ´  s    c         C   s<   | d t  i j o t d  n t | | d d | d S(   Ni    s   member must be a namei   R(   i   (   R5   RD   R,  Rp   (   RG   Rn  Rh   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyRm  ż  s    c         C   sÇ  | d t  i j o t | g  d t |  Sg  } d } d  } } t |  } d } xO| | j  oA| | }	 |	 d t  i j oB | d  j	 o t d  n |  i | | d  } | d } qY nW |	 d t  i	 j oB | d  j	 o t d  n |  i | | d  } | d } qY n |  i
 |	 | |  \ } }
 | d j oH t |
 t  o8 t |	  d j o% |	 d d t i j o t d  n | i |
  | d } qY Wt | | | | d t |  S(	   Ni    R(   i   s$   already have the varargs indentifieri   s#   already have the kwargs indentifieri   s&   generator expression needs parenthesis(   R5   R   t   CallFuncR%   R   R*   RÂ   R,  Rm   R  t   com_argumentR$   Ri  R0   Rĺ   R   (   RG   Rn  Rh   R,   t   kwt	   star_nodet
   dstar_nodet   len_nodelistRj   R_   Ró   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyRu   Ä  s<    
 


+c         C   sR  t  |  d j oF | d d t i j o. |  i | d  } d |  i | | d  f St  |  d j o@ | o t d  n | o t d  n d |  i | d  f S|  i | d  } | d } x6 t  |  d j o" | d t i j o | d } qĚ W| d t i j o t d | d  n t | d | d | d } d | f S(	   Ni   i   i    i   s!   non-keyword arg after keyword args+   only named arguments may follow *expressions#   keyword can't be an expression (%s)R(   (	   R*   R0   Rĺ   Rm   Rć   R,  R5   RD   t   Keyword(   RG   Rh   Rq  Rr  Rç   Ró   R`   R_   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyRp  ë  s$    +
 'c      	   C   sď   t  |  d j o} | d } | d d t i j p+ t  |  d j o- | d d t i j o, | d d t i j o |  i | | |  Sn g  } x: t d t  |  d  D]  } | i |  i | |   qŻ Wt	 | | | d t
 |  S(   Ni   i   i    i˙˙˙˙R(   (   R*   R5   R   R0   R   t	   com_sliceR   R   t   com_subscriptRC  R%   (   RG   RL  Rh   RK  t   subt
   subscriptsRj   (    (    s*   /usr/lib/python2.6/compiler/transformer.pyRT  ţ  s    
+ c         C   s   | d } | d } | t  i j o  | d d t  i j o t   S| t  i j p t |  d j o |  i |  S|  i |  S(   Ni   i    i   (   R5   Ro   t   EllipsisR   R*   t   com_sliceobjRm   (   RG   R_   RM  R  (    (    s*   /usr/lib/python2.6/compiler/transformer.pyRw    s    

(#c         C   sE  g  } | d d t  i j o | i t d    d } n! | i |  i | d   d } | t |  j  o@ | | d t i j o( | i |  i | |   | d } n | i t d    xk t	 | t |   D]T } | | } t |  d j o | i t d    q× | i |  i | d   q× Wt
 | d t |  S(   Ni   i    i   i   R(   (   R5   R   R   R°   R   Rm   R*   R0   Rç   R   t   SliceobjR%   (   RG   R_   R2   Rj   t   jRM  (    (    s*   /usr/lib/python2.6/compiler/transformer.pyR{    s"    

+ 
c         C   sż   d  } } t |  d j oF | d d t i j o |  i | d  } q  |  i | d  } n> t |  d j o* |  i | d  } |  i | d  } n t | | | | d t |  S(   Ni   i   i    i   i   R(   (   R   R*   R5   R   Rm   RB  R%   (   RG   RL  R_   RK  t   lowert   upper(    (    s*   /usr/lib/python2.6/compiler/transformer.pyRv  @  s    
c      
   C   sŻ  | d  j o | d } | d } n | t i j o] t |  d j o |  i | d  Sx0 | D]( } | d t i j o |  i |  Sqa Wd  S| t i j o8 x0 | D]( } | d t i j o |  i |  SqŠ Wd  S| t i j oM | d d t i	 j o0 d } x" | D] } | t
 | d  } qW| Sd  S| t i j p  | t i j p | t i j o |  i | d  S| t j o% t |  d j o |  i | d  Sd  S(   Ni    i   RU   (   R   R0   RR   R*   Rc   R   RZ   R  R5   RB   R   R   t
   small_stmtt
   _doc_nodes(   RG   R_   R`   Rx  t   sR  (    (    s*   /usr/lib/python2.6/compiler/transformer.pyRc   N  s>    
     N(   R   R   t   __doc__RJ   RQ   R   R   RW   RO   RY   RZ   R[   Rr   Rw   Rz   R|   R]   R\   t   old_lambdefR^   R   R  t	   flow_stmtt   compound_stmtR   R   R}   R   R   Rt   R   R   R   R   RĄ   R¨   RŠ   RŞ   RŹ   RŽ   Rą   R˛   R´   Rš   Rş   R˝   RČ   RĘ   RĚ   RÎ   RÔ   R×   RŰ   RÝ   Rß   Rá   RR   Rä   RE  t	   testlist1RD  Rč   Rç   Rď   t   old_testRń   Rô   Rú   RT   Rý   R˙   R  R	  R  R  R  R  R7   R9   R;   R=   R?   R)  RA   RC   R   Rm   R4   R~   R+  R-  RÁ   R1  Rź   R4  RÄ   R   RÜ   RŢ   Rŕ   R   R   R   RF  RI  RJ  RH  RS  Râ   Ra   Re   R   R0   R   RX  R\  Rć   Re  R#  R  Rm  Ru   Rp  RT  Rw  R{  Rv  R   Rc   (    (    (    s*   /usr/lib/python2.6/compiler/transformer.pyR   ^   sţ   							
							!																																												!																					2					
		
			)	
			
	,		
		
						#		"				'			
	$	t   <t   >s   ==s   <=s   >=s   !=R˛   R´   c         C   s|   g  } xo |  D]g } t  | t  o | i t i | |   q t  | t  o | i |  q | i t |   q W| S(   N(   R$   t   intR   t   _namest   getR+   t
   debug_tree(   RP   R"   R  (    (    s*   /usr/lib/python2.6/compiler/transformer.pyR  Ň  s     (S   R  t   compiler.astRM   R0   R5   t   StandardErrorR   t   compiler.constsR   R   R   R   R   R   R   R   R%   R.   R   RĄ   Rä   RE  Rç   Rď   Rń   Rô   Rú   RT   Rý   R˙   R  R	  R  R  R  R  t   LESSt   GREATERt   EQEQUALR   t	   LESSEQUALt   GREATEREQUALt   NOTEQUALRö   R]   R^   R   R  R  R   R  R¨   RŠ   RŞ   RŹ   RŽ   Rą   Rš   Rş   RĘ   RĚ   RÎ   RÔ   R×   RŰ   RÝ   Rß   RR   RD  R  t   _legal_node_typesR   R   R˛   R´   RG  R  R1   R2   R%  t   vt   tok_nameR  (    (    (    s*   /usr/lib/python2.6/compiler/transformer.pyt   <module>	   sÖ   
	
			
	˙ ˙ ˙ ˙ ˙ 





  