aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-08-29 17:28:32 +0000
committerdos-reis <gdr@axiomatics.org>2009-08-29 17:28:32 +0000
commit5f24b5d3416d723eed6052b491311c7549a2526e (patch)
treec32e01fd8e514b898845770589c9fa0df12db512 /src/ChangeLog
parent5521671cdf9c64efe8f73f4026ab0c7bf4dbf018 (diff)
downloadopen-axiom-5f24b5d3416d723eed6052b491311c7549a2526e.tar.gz
* boot/ast.boot (%Definition): Lose one argument.
(bfDefinition): Remove. (bfSimpleDefinition): Likewise. (bfCompDef): Likewise. (bfDefSequence): Likewise. (defSheepAndGoats): Tidy. * boot/parser.boot (bpSimpleDefinitionTail): Likewise. (bpCompoundDefinitionTail): Likewise. (bpDefinitionPileItems): Likewise. (bpSemiColonDefinition): Likewise. * boot/translator.boot (translateToplevel): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a7d4335e..f9b0b2c7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,19 @@
2009-08-29 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * boot/ast.boot (%Definition): Lose one argument.
+ (bfDefinition): Remove.
+ (bfSimpleDefinition): Likewise.
+ (bfCompDef): Likewise.
+ (bfDefSequence): Likewise.
+ (defSheepAndGoats): Tidy.
+ * boot/parser.boot (bpSimpleDefinitionTail): Likewise.
+ (bpCompoundDefinitionTail): Likewise.
+ (bpDefinitionPileItems): Likewise.
+ (bpSemiColonDefinition): Likewise.
+ * boot/translator.boot (translateToplevel): Likewise.
+
+2009-08-29 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* boot/ast.boot: More cleanup.
* boot/parser.boot: Likewise.
* boot/translator.boot: Likewise.