aboutsummaryrefslogtreecommitdiff
path: root/src/boot/tokens.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-05-16 02:40:27 +0000
committerdos-reis <gdr@axiomatics.org>2011-05-16 02:40:27 +0000
commit3537b6ab6e6696fb5def82cde4c9c9e843f84ce9 (patch)
tree1483f8a7677477c35940de78eccb7e6d087b5ce0 /src/boot/tokens.boot
parent8cf4c7d7040078b651859fbd998f6bbf7b68127e (diff)
downloadopen-axiom-3537b6ab6e6696fb5def82cde4c9c9e843f84ce9.tar.gz
* boot/tokens.boot: "do" is now a keyword.
* boot/ast.boot (bfDo): New. * boot/parser.boot (bpDo): New. (bpReturn): Include do-expressions. * interp/vmlisp.lisp (do): Remove.
Diffstat (limited to 'src/boot/tokens.boot')
-rw-r--r--src/boot/tokens.boot1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot/tokens.boot b/src/boot/tokens.boot
index 9acebffc..c6b6b4dc 100644
--- a/src/boot/tokens.boot
+++ b/src/boot/tokens.boot
@@ -62,6 +62,7 @@ shoeKeyWords == [ _
['"case","CASE"] , _
['"catch","CATCH"], _
['"cross","CROSS"] , _
+ ['"do", "DO" ], _
['"else", "ELSE"] , _
['"finally", "FINALLY"], _
['"for", "FOR"] , _