aboutsummaryrefslogtreecommitdiff
path: root/src/boot/ast.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2012-01-12 12:50:31 +0000
committerdos-reis <gdr@axiomatics.org>2012-01-12 12:50:31 +0000
commit4ebf86fc014d407548be8af728191fe02401bf1a (patch)
treee86ee14a7150fccd3183ee3e4803ce7fe6c60a94 /src/boot/ast.boot
parente9d8606f86600b7d581f93f346981bca1f291dc7 (diff)
downloadopen-axiom-4ebf86fc014d407548be8af728191fe02401bf1a.tar.gz
* boot/parser.boot (bpFunction): New.
(bpConstTok): Include it. * boot/ast.boot (bfFunction): New. * boot/tokens.boot: `function' is now a keyword.
Diffstat (limited to 'src/boot/ast.boot')
-rw-r--r--src/boot/ast.boot2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/boot/ast.boot b/src/boot/ast.boot
index 23bd1425..c45ade39 100644
--- a/src/boot/ast.boot
+++ b/src/boot/ast.boot
@@ -151,6 +151,8 @@ bfSymbol x==
string? x=> x
quote x
+bfFunction x ==
+ ["FUNCTION",x]
bfDot: () -> %Symbol
bfDot() ==