aboutsummaryrefslogtreecommitdiff
path: root/src/boot/tokens.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-08-27 17:07:43 +0000
committerdos-reis <gdr@axiomatics.org>2009-08-27 17:07:43 +0000
commit5c7fc79609933c1fbfcd629d9df0ce72563bd573 (patch)
tree3271649d468551e42e001055a9d5afef73fa0ad5 /src/boot/tokens.boot
parent890b86902428f4cc2329f0b09fc293e78189605d (diff)
downloadopen-axiom-5c7fc79609933c1fbfcd629d9df0ce72563bd573.tar.gz
* boot/tokens.boot: "namespace" is now a keyword.
* boot/ast.boot (%Ast): Add %Namespace branch. * boot/parser.boot (bpNamespace): New. (bpComma): Adjust.
Diffstat (limited to 'src/boot/tokens.boot')
-rw-r--r--src/boot/tokens.boot1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot/tokens.boot b/src/boot/tokens.boot
index 05e936e6..1116654d 100644
--- a/src/boot/tokens.boot
+++ b/src/boot/tokens.boot
@@ -51,6 +51,7 @@ shoeKeyWords == [ _
['"is", "IS"], _
['"isnt", "ISNT"] , _
['"module", "MODULE"], _
+ ['"namespace", "NAMESPACE"], _
['"of", "OF"] , _
['"or", "OR"] , _
['"repeat", "REPEAT"] , _