aboutsummaryrefslogtreecommitdiff
path: root/src/boot/ast.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/ast.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/ast.boot')
-rw-r--r--src/boot/ast.boot1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot/ast.boot b/src/boot/ast.boot
index 200cd933..eb0f6940 100644
--- a/src/boot/ast.boot
+++ b/src/boot/ast.boot
@@ -85,6 +85,7 @@ structure %Name ==
structure %Ast ==
%Command(%String) -- includer command
%Module(%Name,%List) -- module declaration
+ %Namespace(%Name) -- namespace AxiomCore
%Import(%String) -- import module
%ImportSignature(%Name,%Signature) -- import function declaration
%TypeAlias(%Head, %List) -- type alias definition