From 9306af57a53ceace77f8f0cfea65f6ceed76d5c1 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 8 May 2010 14:20:57 +0000 Subject: * boot/parser.boot (bpArgumentList): New. (bpParenthesizedApplication): Use it. New. (bpPrimary1): Use it to implement function call with explicit parenthesis as primary. (bpOperator): Remove. (bpAssignLHS): Rework. Allow field path after function call. * boot/translator.boot: Remove debugging statement. * interp/as.boot: Adjust to new syntax. * interp/br-con.boot: Likewise. * interp/br-data.boot: Likewise. * interp/c-doc.boot: Likewise. * interp/category.boot: Likewise. * interp/cattable.boot: Likewise. * interp/define.boot: Likewise. * interp/functor.boot: Likewise. * interp/g-util.boot: Likewise. * interp/interop.boot: Likewise. * interp/nrunopt.boot: Likewise. * interp/pspad1.boot: Likewise. * interp/setvars.boot: Likewise. * interp/trace.boot: Likewise. --- src/ChangeLog | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 0bb8ffc1..e61b253f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,27 @@ +2010-05-08 Gabriel Dos Reis + + * boot/parser.boot (bpArgumentList): New. + (bpParenthesizedApplication): Use it. New. + (bpPrimary1): Use it to implement function call with explicit + parenthesis as primary. + (bpOperator): Remove. + (bpAssignLHS): Rework. Allow field path after function call. + * boot/translator.boot: Remove debugging statement. + * interp/as.boot: Adjust to new syntax. + * interp/br-con.boot: Likewise. + * interp/br-data.boot: Likewise. + * interp/c-doc.boot: Likewise. + * interp/category.boot: Likewise. + * interp/cattable.boot: Likewise. + * interp/define.boot: Likewise. + * interp/functor.boot: Likewise. + * interp/g-util.boot: Likewise. + * interp/interop.boot: Likewise. + * interp/nrunopt.boot: Likewise. + * interp/pspad1.boot: Likewise. + * interp/setvars.boot: Likewise. + * interp/trace.boot: Likewise. + 2010-05-07 Gabriel Dos Reis * interp/c-util.boot: Replace uses of rplac with explicit assignments. -- cgit v1.2.3