[pypy-dev] Concrete Syntax Tree

Grant Olson logistix at zworg.com
Fri Jan 17 05:01:09 CET 2003


>Grant Olson wrote:
>> I wrote some rough python code a few months ago that built Concrete 
>> Syntax Trees from the “grammar” file in the Python source, and also 
>> turned token streams into Abstract Trees based on the Concrete Trees. 
>> The parser module successfully compiled the Abstract Trees.  Is this 
>> something you guys would be interested in or am I off base here?
>
>I would love to read that, of course!
>
>yours - chris

Available at:

http://members.bellatlantic.net/~olsongt/concrete.zip

A little bit slower than the builtin parser ;)

---------------------------------------
Get your free e-mail address @zworg.com


More information about the Pypy-dev mailing list