From 4ebf86fc014d407548be8af728191fe02401bf1a Mon Sep 17 00:00:00 2001 From: dos-reis Date: Thu, 12 Jan 2012 12:50:31 +0000 Subject: * boot/parser.boot (bpFunction): New. (bpConstTok): Include it. * boot/ast.boot (bfFunction): New. * boot/tokens.boot: `function' is now a keyword. --- src/boot/tokens.boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/boot/tokens.boot') diff --git a/src/boot/tokens.boot b/src/boot/tokens.boot index a008556c..b9a2e2a8 100644 --- a/src/boot/tokens.boot +++ b/src/boot/tokens.boot @@ -67,6 +67,7 @@ shoeKeyWords == [ _ ['"finally", "FINALLY"], _ ['"for", "FOR"] , _ ['"forall", "FORALL"] , _ + ['"function", "FUNCTION"] , _ ['"has", "HAS"] , _ ['"if", "IF"], _ ['"import", "IMPORT"], _ @@ -269,7 +270,6 @@ for i in [ _ ["float?", "FLOATP"] , _ ["flushOutput", "FORCE-OUTPUT"], _ ["fourth", "CADDDR"] , _ - ["function","FUNCTION"] , _ ["function?","FUNCTIONP"] , _ ["gensym", "GENSYM"] , _ ["genvar", "GENVAR"] , _ -- cgit v1.2.3