aboutsummaryrefslogtreecommitdiff
path: root/src/interp/lexing.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2012-02-24 20:06:13 +0000
committerdos-reis <gdr@axiomatics.org>2012-02-24 20:06:13 +0000
commit230e2d3f27c556cf2c61127ea8f525dc17c5aa9a (patch)
tree7f1811b3c961fbc74de32b767d71f4d1e9ff3cc5 /src/interp/lexing.boot
parentfc369b11e2e8d73340650d3b82a0278f92b23656 (diff)
downloadopen-axiom-230e2d3f27c556cf2c61127ea8f525dc17c5aa9a.tar.gz
* interp/lexing.boot: "assume" is now also a keyword for the compiler.
* interp/spad-parser.boot (parseCategory): Accept exported properties. (parseFormula): New.
Diffstat (limited to 'src/interp/lexing.boot')
-rw-r--r--src/interp/lexing.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/lexing.boot b/src/interp/lexing.boot
index e63a13cb..4cb4f9cc 100644
--- a/src/interp/lexing.boot
+++ b/src/interp/lexing.boot
@@ -333,7 +333,7 @@ getGliph(tok,gliphs) ==
return tokenInstall(s,'GLIPH,tok,$nonblank)
Keywords == [
- "or", "and", "isnt", "is", "where", "forall", "exist", "try",
+ "or", "and", "isnt", "is", "where", "forall", "exist", "try", "assume",
"has", "with", "add", "case", "in", "by", "pretend", "mod", "finally",
"exquo", "div", "quo", "else", "rem", "then", "suchthat", "catch", "throw",
"if", "iterate", "break", "from", "exit", "leave", "return",