aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-05-28 14:12:41 +0000
committerdos-reis <gdr@axiomatics.org>2010-05-28 14:12:41 +0000
commit460eba8d1a5ea8feef28282e70ba2d22fa1fcdc6 (patch)
treeddd3aed51b69201221c396bf9e11465c8fb782bb /src/ChangeLog
parentaf089a02e32f424463e93e147b60222de0839f1e (diff)
downloadopen-axiom-460eba8d1a5ea8feef28282e70ba2d22fa1fcdc6.tar.gz
Add support for 'property' builtin function.
* interp/g-timer.boot: Rename property to prop to avoid conflict. * boot/parser.boot (bpAssignLHS): Allow functional places to assign to. * boot/ast.boot (bfPlace): New. (bfAssign): Handle %Place forms. * boot/tokens.boot: property is now translated to GET.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 29b8c952..ebd6ae0f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
+2010-05-28 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ Add support for 'property' builtin function.
+ * interp/g-timer.boot: Rename property to prop to avoid conflict.
+ * boot/parser.boot (bpAssignLHS): Allow functional places to
+ assign to.
+ * boot/ast.boot (bfPlace): New.
+ (bfAssign): Handle %Place forms.
+ * boot/tokens.boot: property is now translated to GET.
+
2010-05-27 Gabriel Dos Reis <gdr@cs.tamu.edu>
* boot/tokens.boot: args is now a selector.