E&S CVS Commit: PEAK - Enhanced 'fmtparse' and 'peak.model' to allow using types as syntax rules
pje at eby-sarna.com
pje at eby-sarna.com
Sat Nov 22 14:38:00 EST 2003
Module Name: PEAK
Committed By: pje
Date: Sat Nov 22 19:37:39 UTC 2003
Modified Files:
PEAK: CHANGES.txt
PEAK/src/peak/model: elements.py features.py
PEAK/src/peak/naming: URL.py
PEAK/src/peak/util: fmtparse.py
Log Message:
Enhanced 'fmtparse' and 'peak.model' to allow using types as syntax rules
for parsing, including abstract types. An abstract type's syntax is the
union (using 'fmtparse.Alternatives') of the syntaxes of its subclasses
(as specified by 'mdl_subclassNames').
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/CHANGES.txt.diff?r1=1.95&r2=1.96
http://cvs.eby-sarna.com/PEAK/src/peak/model/elements.py.diff?r1=1.19&r2=1.20
http://cvs.eby-sarna.com/PEAK/src/peak/model/features.py.diff?r1=1.25&r2=1.26
http://cvs.eby-sarna.com/PEAK/src/peak/naming/URL.py.diff?r1=1.17&r2=1.18
http://cvs.eby-sarna.com/PEAK/src/peak/util/fmtparse.py.diff?r1=1.9&r2=1.10
To generate a diff of this commit:
cvs rdiff -r1.95 -r1.96 PEAK/CHANGES.txt
cvs rdiff -r1.19 -r1.20 PEAK/src/peak/model/elements.py
cvs rdiff -r1.25 -r1.26 PEAK/src/peak/model/features.py
cvs rdiff -r1.17 -r1.18 PEAK/src/peak/naming/URL.py
cvs rdiff -r1.9 -r1.10 PEAK/src/peak/util/fmtparse.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