aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-05-19 02:56:50 +0000
committerdos-reis <gdr@axiomatics.org>2010-05-19 02:56:50 +0000
commit9b2bf0b0a29aecb364f552b85f3ce8626ce0ad0b (patch)
treec6fa07cfd7ae8b442b49a50811545624d5519e28 /src/ChangeLog
parent0b706cff1c41bdf44dfc037d7379165f349899bf (diff)
downloadopen-axiom-9b2bf0b0a29aecb364f552b85f3ce8626ce0ad0b.tar.gz
* boot/ast.boot: Add %Leave ast node.
(bfLeave): New. * boot/parser.boot (bpLeave): Use it.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2273b3d6..658a5a39 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
2010-05-18 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * boot/ast.boot: Add %Leave ast node.
+ (bfLeave): New.
+ * boot/parser.boot (bpLeave): Use it.
+
+2010-05-18 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* boot/translator.boot (translateToplevelExpression): Tidy.
2010-05-18 Gabriel Dos Reis <gdr@cs.tamu.edu>