[Python-checkins] python/nondist/sandbox/ast README,1.1,1.2

montanaro@sourceforge.net montanaro@sourceforge.net
Tue, 16 Apr 2002 08:07:14 -0700


Update of /cvsroot/python/python/nondist/sandbox/ast
In directory usw-pr-cvs1:/tmp/cvs-serv22119

Modified Files:
	README 
Log Message:
add reference to Dan Wang's ASDL paper


Index: README
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/ast/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** README	7 Apr 2002 00:04:53 -0000	1.1
--- README	16 Apr 2002 15:07:12 -0000	1.2
***************
*** 1,3 ****
! This sandbox contains code to support the creation of a new AST for
! the builtin Python compiler.  For discussion, see
! compiler-sig@python.org.
--- 1,7 ----
! This sandbox contains code to support the creation of a new AST for the
! builtin Python compiler.  For discussion, see compiler-sig@python.org.
! 
! For background on the Zephyr Abstract Syntax Description Language (ASDL),
! try Dan Wang's paper on the topic:
! 
!     http://www.cs.princeton.edu/~danwang/Papers/dsl97/dsl97-abstract.html