aboutsummaryrefslogtreecommitdiff
path: root/src/boot/parser.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/parser.boot')
-rw-r--r--src/boot/parser.boot2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/boot/parser.boot b/src/boot/parser.boot
index 6f625748..a6420449 100644
--- a/src/boot/parser.boot
+++ b/src/boot/parser.boot
@@ -445,8 +445,10 @@ bpModule() ==
++ Import:
++ IMPORT Signature FOR Name
++ IMPORT Name
+++ IMPORT Namespace
bpImport() ==
bpEqKey "IMPORT" =>
+ bpNamespace() => bpPush %Import bpPop1()
a := bpState()
bpName() or bpTrap()
bpEqPeek "COLON" =>