aboutsummaryrefslogtreecommitdiffstats
path: root/prg2lout.c
diff options
context:
space:
mode:
authorJeffrey H. Kingston <jeff@it.usyd.edu.au>2010-09-23 20:45:43 +0000
committerJeffrey H. Kingston <jeff@it.usyd.edu.au>2010-09-23 20:45:43 +0000
commitadfba3772459ce4261cfd17922271fee3443a7dc (patch)
tree6df9097f53fcf7ac4949c488073fef3e0dbf871c /prg2lout.c
parent0f6125b4c2c778dbae114e5f26fe95d86257be2d (diff)
downloadlout-adfba3772459ce4261cfd17922271fee3443a7dc.tar.gz
Lout 3.39.
git-svn-id: http://svn.savannah.nongnu.org/svn/lout/trunk@47 9365b830-b601-4143-9ba8-b4a8e2c3339c
Diffstat (limited to 'prg2lout.c')
-rw-r--r--prg2lout.c17
1 files changed, 8 insertions, 9 deletions
diff --git a/prg2lout.c b/prg2lout.c
index 103acbb..b45fad2 100644
--- a/prg2lout.c
+++ b/prg2lout.c
@@ -4,7 +4,7 @@
/* PRG2LOUT: A PROGRAM TO CONVERT PROGRAM SOURCES INTO LOUT */
/* COPYRIGHT (C) 2000, 2008 Jeffrey H. Kingston */
/* */
-/* Part of Lout Version 3.38, September 2008 */
+/* Part of Lout Version 3.39 */
/* */
/* Jeffrey H. Kingston (jeff@cs.su.oz.au) */
/* Basser Department of Computer Science */
@@ -3104,16 +3104,15 @@ LANGUAGE NonpareilLanguage = {
&NonpareilOperatorToken,
},
{
- "abstract", "as", "builtin", "case", "class", "coerce",
- "else", "elsif", "end", "enum", "extend", "extension", "filter",
- "function", "genesis", "if", "in", "infix", "inherit", "introduce",
- "invariant", "is", "let", "local", "meet", "module", "noncoercive",
- "noncreation", "norename", "predefined", "prefix", "prefun", "private",
- "postfix", "rename", "require", "system", "then", "typeobj", "upto",
- "use", "when", "yield",
+ "abstract", "as", "builtin", "case", "class", "coerce", "else",
+ "elsif", "end", "enum", "extend", "extension", "filter", "fun",
+ "if", "import", "infix", "inherit", "introduce", "invariant",
+ "is", "meet", "module", "noncreation", "operators", "predefined",
+ "prefix", "prefun", "private", "postfix", "rename", "require",
+ "system", "then", "typeobj", "upto", "when", "yield",
/* not keywords, but conventionally set like them */
- "false", "true", "self", "and", "or", "not"
+ "false", "true", "self", "and", "or", "not", "div", "mod"
}
};