aboutsummaryrefslogtreecommitdiff
path: root/src/boot/ast.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-04-19 07:20:55 +0000
committerdos-reis <gdr@axiomatics.org>2011-04-19 07:20:55 +0000
commitc6179efd4a1f1770d4d31415582eabebbe2ab6a0 (patch)
treeb97b313c66be49e76f6f5fcc7e387ab362105c19 /src/boot/ast.boot
parenta4a45e923a2435574c09619da442fd15e71b2652 (diff)
downloadopen-axiom-c6179efd4a1f1770d4d31415582eabebbe2ab6a0.tar.gz
* boot/ast.boot (%Module): Now take three arguments.
* boot/parser.boot (bpModuleInterface): Rename from bpExports. (bpModuleExports): New. (bpModule): Now allow specification of exported names.
Diffstat (limited to 'src/boot/ast.boot')
-rw-r--r--src/boot/ast.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/ast.boot b/src/boot/ast.boot
index 0fc4a122..ec973521 100644
--- a/src/boot/ast.boot
+++ b/src/boot/ast.boot
@@ -85,7 +85,7 @@ structure %Name ==
structure %Ast ==
%Command(%String) -- includer command
%Lisp(%String) -- )lisp command
- %Module(%Name,%List) -- module declaration
+ %Module(%Name,%List,%List) -- module declaration
%Namespace(%Name) -- namespace AxiomCore
%Import(%String) -- import module
%ImportSignature(%Name,%Signature) -- import function declaration