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/boot/translator.boot | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/boot/translator.boot') diff --git a/src/boot/translator.boot b/src/boot/translator.boot index ff996f23..3a13d44a 100644 --- a/src/boot/translator.boot +++ b/src/boot/translator.boot @@ -750,8 +750,6 @@ retainFile? ext == Option 'no in $FilesToRetain => false Option ext in $FilesToRetain -TRACE retainFile? - compileBootHandler(progname, options, file) == intFile := BOOTTOCL(file, getIntermediateLispFile(file,options)) errorCount() ~= 0 => nil -- cgit v1.2.3