aboutsummaryrefslogtreecommitdiffstats
path: root/prg2lout.c
diff options
context:
space:
mode:
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"
}
};