[Python-Dev] Direction of PyChecker

Neil Schemenauer nas@python.ca
Fri, 10 Aug 2001 09:01:11 -0700


Neal Norwitz wrote:
> The reason why I chose to use the PVM bytecode was because it was
> faster and easier to get something.  I started trying to use ASTs
> but it would have taken a lot longer to get anywhere.

Couldn't you use Tools/compiler to generate a nice AST?  

  Neil