aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-08-05 13:40:34 +0000
committerdos-reis <gdr@axiomatics.org>2008-08-05 13:40:34 +0000
commit6059cac552899d8c5514822096d7e58746fd0a95 (patch)
tree2546d010f88c91a4db4b296f378441575f5dc233 /src/ChangeLog
parente70b49f2ffc26d1b6c136d12eeee6de11b00d541 (diff)
downloadopen-axiom-6059cac552899d8c5514822096d7e58746fd0a95.tar.gz
* interp/cparse.boot (npWith): Commit to parsing upon `with'.
(npAdd): Commit to parsing upon `add'. (npDef): Tell npDefTail to look for '=='. (npMdef): Accept argument to indicate '==' or '==>' forms. (npSingleRule): A Rule is given by '=='. (npDefTail): Take the kind of definition as a parameter. (npDefinitionItem): Macro definitions are definitions. (npMDEFinition): Remove. (npMDEF): Hand off to npMdef to parse macro definitions. (npMacro): Macros introduced by `macro' keyword uses '=='.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d571e3e4..c2b9767b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,18 @@
2008-08-05 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * interp/cparse.boot (npWith): Commit to parsing upon `with'.
+ (npAdd): Commit to parsing upon `add'.
+ (npDef): Tell npDefTail to look for '=='.
+ (npMdef): Accept argument to indicate '==' or '==>' forms.
+ (npSingleRule): A Rule is given by '=='.
+ (npDefTail): Take the kind of definition as a parameter.
+ (npDefinitionItem): Macro definitions are definitions.
+ (npMDEFinition): Remove.
+ (npMDEF): Hand off to npMdef to parse macro definitions.
+ (npMacro): Macros introduced by `macro' keyword uses '=='.
+
+2008-08-05 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* interp/cparse.boot (npExpress1): Make assignment an expression,
therefore a statement.