diff options
author | Senthil Kumaran <orsenthil@gmail.com> | 2010-05-18 13:40:23 (GMT) |
---|---|---|
committer | Senthil Kumaran <orsenthil@gmail.com> | 2010-05-18 13:40:23 (GMT) |
commit | cccfce19593e58c06d14525f16ed214b9324522d (patch) | |
tree | 4258c0aeb82b785a86c73e4abaa4eaf24382f1d6 /Parser | |
parent | a38cd52e96ace78b789747798c1535354d161fab (diff) | |
download | cpython-cccfce19593e58c06d14525f16ed214b9324522d.zip cpython-cccfce19593e58c06d14525f16ed214b9324522d.tar.gz cpython-cccfce19593e58c06d14525f16ed214b9324522d.tar.bz2 |
Doc Fix. Correct link to Zephyr ASDL Abstract page.
Diffstat (limited to 'Parser')
-rw-r--r-- | Parser/asdl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Parser/asdl.py b/Parser/asdl.py index c55038d..7f5856b 100644 --- a/Parser/asdl.py +++ b/Parser/asdl.py @@ -1,7 +1,7 @@ """An implementation of the Zephyr Abstract Syntax Definition Language. See http://asdl.sourceforge.net/ and -http://www.cs.princeton.edu/~danwang/Papers/dsl97/dsl97-abstract.html. +http://www.cs.princeton.edu/research/techreps/TR-554-97 Only supports top level module decl, not view. I'm guessing that view is intended to support the browser and I'm not interested in the |