E&S CVS Commit: PyProtocols - Basic parsing support: variables, constants, lists, tuples, dictionaries,

pje at eby-sarna.com pje at eby-sarna.com
Sat Jul 10 15:19:00 EDT 2004


Module Name:	PyProtocols
Committed By:	pje
Date:		Sat Jul 10 19:18:39 UTC 2004

Modified Files:
	PyProtocols/src/protocols/tests: __init__.py
Added Files:
	PyProtocols/src/protocols: ast_builder.py
	PyProtocols/src/protocols/tests: test_parsing.py

Log Message:
Basic parsing support: variables, constants, lists, tuples, dictionaries,
unary and binary operators.  No logic, comparisons, calls, subscripts,
listcomps or lambdas yet.  (Note that this is just *parsing* support so
far; we're not actually building dispatch expression trees yet.)


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PyProtocols/src/protocols/ast_builder.py?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PyProtocols/src/protocols/tests/__init__.py.diff?r1=1.17&r2=1.18
http://cvs.eby-sarna.com/PyProtocols/src/protocols/tests/test_parsing.py?rev=1.1&content-type=text/vnd.viewcvs-markup

To generate a diff of this commit:
cvs rdiff -r0 -r1.1 PyProtocols/src/protocols/ast_builder.py
cvs rdiff -r1.17 -r1.18 PyProtocols/src/protocols/tests/__init__.py
cvs rdiff -r0 -r1.1 PyProtocols/src/protocols/tests/test_parsing.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




More information about the source-changes mailing list