From 29e53d366bd313f432aa744b651875f97438586c Mon Sep 17 00:00:00 2001 From: dos-reis Date: Mon, 2 May 2011 02:18:44 +0000 Subject: * boot/parser.boot (bpDefinition): Accept macro definition starting with the keyword "MACRO". * boot/translator.boot (exportNames): Export them in all evaluation contexts. * interp/c-util.boot: "macro" is now a keyword. * interp/define.boot: Likewise. * interp/g-util.boot: Likewise. * interp/i-syscmd.boot: Likewise. * interp/postpar.boot: Likewise. --- src/boot/tokens.boot | 1 + 1 file changed, 1 insertion(+) (limited to 'src/boot/tokens.boot') diff --git a/src/boot/tokens.boot b/src/boot/tokens.boot index 3a4eff6b..81c0f3b6 100644 --- a/src/boot/tokens.boot +++ b/src/boot/tokens.boot @@ -70,6 +70,7 @@ shoeKeyWords == [ _ ['"is", "IS"], _ ['"isnt", "ISNT"] , _ ['"leave", "LEAVE"], _ + ['"macro", "MACRO"], _ ['"module", "MODULE"], _ ['"namespace", "NAMESPACE"], _ ['"of", "OF"] , _ -- cgit v1.2.3