From 37846f4b385342087d072abb1d743222e26c4545 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 22 May 2010 15:26:05 +0000 Subject: * interp/cparse.boot (npQuiver): Redefine. Now send Application to Application. (npTypedForm): Replace Application with Quiver. (npTypified): Likewise. (npTagged): Use npTypedForm not npTypedForm1. (npDiscrim): Now extend Relation, not Quiver. (npMdef): Allow same LHS as npDef. (npSingleRule): Likewise. * boot/ast.boot: Replace CONCAT with strconc. Replace SYMBOL-NAME with PNAME. * boot/scanner.boot: Likewise. * boot/translator.boot: Likewise. --- src/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 658a5a39..bd262eab 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,18 @@ +2010-05-22 Gabriel Dos Reis + + * interp/cparse.boot (npQuiver): Redefine. Now send Application + to Application. + (npTypedForm): Replace Application with Quiver. + (npTypified): Likewise. + (npTagged): Use npTypedForm not npTypedForm1. + (npDiscrim): Now extend Relation, not Quiver. + (npMdef): Allow same LHS as npDef. + (npSingleRule): Likewise. + * boot/ast.boot: Replace CONCAT with strconc. Replace SYMBOL-NAME + with PNAME. + * boot/scanner.boot: Likewise. + * boot/translator.boot: Likewise. + 2010-05-18 Gabriel Dos Reis * boot/ast.boot: Add %Leave ast node. -- cgit v1.2.3