Re: [pypy-dev] Concrete Syntax Tree
Jan. 17, 2003
4:01 a.m.
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
8487
Age (days ago)
8487
Last active (days ago)
0 comments
1 participants
participants (1)
-
Grant Olson