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.boot3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/boot/parser.boot b/src/boot/parser.boot
index 1fd714dc..f7a0ba8f 100644
--- a/src/boot/parser.boot
+++ b/src/boot/parser.boot
@@ -465,7 +465,7 @@ bpImport() ==
++ NAMESPACE Name
bpNamespace() ==
bpEqKey "NAMESPACE" and (bpName() or bpDot()) and
- bpPush %Namespace bpPop1()
+ bpPush bfNamespace bpPop1()
-- Parse a type alias defnition:
-- type-alias-definition:
@@ -596,6 +596,7 @@ bpApplication()==
bpPrimary() and bpAnyNo function bpSelector and
(bpApplication() and
bpPush(bfApplication(bpPop2(),bpPop1())) or true)
+ or bpNamespace()
++ Typing:
++ SimpleType