[chatter] r11801 - trunk/libraries/utilities/peg-parser
agent at mccarthy.opendylan.org
agent at mccarthy.opendylan.org
Fri May 9 07:04:16 CEST 2008
Author: agent
Date: Fri May 9 07:04:15 2008
New Revision: 11801
Modified:
trunk/libraries/utilities/peg-parser/parser-definers.dylan
Log:
Job: minor
Corrected afterwards clause type specializer.
Modified: trunk/libraries/utilities/peg-parser/parser-definers.dylan
==============================================================================
--- trunk/libraries/utilities/peg-parser/parser-definers.dylan (original)
+++ trunk/libraries/utilities/peg-parser/parser-definers.dylan Fri May 9 07:04:15 2008
@@ -407,7 +407,7 @@
{
user-functions(?token:name;
afterwards ?after-ctxt:name :: ?after-ctxt-type:expression,
- ?after-prod:name :: ?after-ctxt-type:expression,
+ ?after-prod:name :: ?after-prod-type:expression,
?after-expr:expression;
cleanup ?clean-ctxt:name :: ?clean-ctxt-type:expression,
?clean-expr:expression)
More information about the chatter
mailing list