From c6179efd4a1f1770d4d31415582eabebbe2ab6a0 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Tue, 19 Apr 2011 07:20:55 +0000 Subject: * boot/ast.boot (%Module): Now take three arguments. * boot/parser.boot (bpModuleInterface): Rename from bpExports. (bpModuleExports): New. (bpModule): Now allow specification of exported names. --- src/boot/ast.boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/boot/ast.boot') 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 -- cgit v1.2.3