i fm @ s d Z d Z d d l Z d d l Z d d l m Z d Z i a d d Z Gd d d e Z
Gd
d d e
Z Gd d
d
e
Z d d Z
Gd d d e Z Gd d d e Z Gd d d e Z Gd d d e Z Gd d d e Z d d Z d S)z
Python parse tree definitions.
This is a very concrete parse tree; we need to keep every token and
even the comments and whitespace between tokens.
There's also a pattern matching implementation here.
z#Guido van Rossum