E&S CVS Commit: PyProtocols - Add trivial macro support to the parsing system. This is not really to

pje at eby-sarna.com pje at eby-sarna.com
Sun Jan 2 01:13:01 EST 2005


Module Name:	PyProtocols
Committed By:	pje
Date:		Sun Jan  2 06:12:26 UTC 2005

Modified Files:
	PyProtocols/src/dispatch: functions.py predicates.py
	PyProtocols/src/protocols/tests: test_parsing.py

Log Message:
Add trivial macro support to the parsing system.  This is not really to
allow macros per se, it's more to allow predicate functions and pattern
matchers to run a builder over the predicate expression or pattern,
substituting in the target expressions for the predicate or pattern
arguments.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PyProtocols/src/dispatch/functions.py.diff?r1=1.18&r2=1.19
http://cvs.eby-sarna.com/PyProtocols/src/dispatch/predicates.py.diff?r1=1.9&r2=1.10
http://cvs.eby-sarna.com/PyProtocols/src/protocols/tests/test_parsing.py.diff?r1=1.16&r2=1.17

To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 PyProtocols/src/dispatch/functions.py
cvs rdiff -r1.9 -r1.10 PyProtocols/src/dispatch/predicates.py
cvs rdiff -r1.16 -r1.17 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