From 460eba8d1a5ea8feef28282e70ba2d22fa1fcdc6 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Fri, 28 May 2010 14:12:41 +0000 Subject: 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. --- src/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/ChangeLog') 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 + + 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 * boot/tokens.boot: args is now a selector. -- cgit v1.2.3