[pypy-svn] r30133 - pypy/dist/pypy/translator/cli

antocuni at codespeak.net antocuni at codespeak.net
Mon Jul 17 17:02:35 CEST 2006


Author: antocuni
Date: Mon Jul 17 17:02:30 2006
New Revision: 30133

Modified:
   pypy/dist/pypy/translator/cli/cts.py
Log:
More keywords (no more left, I hope)



Modified: pypy/dist/pypy/translator/cli/cts.py
==============================================================================
--- pypy/dist/pypy/translator/cli/cts.py	(original)
+++ pypy/dist/pypy/translator/cli/cts.py	Mon Jul 17 17:02:30 2006
@@ -105,7 +105,20 @@
     "disablejitoptimizer", "preservesig", "beforefieldinit",
     "alignment", "nullref", "valuetype", "compilercontrolled",
     "reqsecobj", "enum", "object", "string", "true", "false", "is",
-    "on", "off"])
+    "on", "off", "add", "and", "arglist", "beq", "bge", "bgt", "ble",
+    "blt", "bne", "box", "br", "break", "brfalse", "brnull", "brtrue",
+    "call", "calli", "callvirt", "castclass", "ceq", "cgt",
+    "ckfinite", "clt", "conf", "constrained", "conv", "cpblk",
+    "cpobj", "div", "dup", "endfault", "endfilter", "endfinally",
+    "initblk", "initobj", "isinst", "jmp", "ldarg", "ldarga", "ldc",
+    "ldelem", "ldelema", "ldfld", "ldflda", "ldftn", "ldind", "ldlen",
+    "ldloc", "ldloca", "ldnull", "ldobj", "ldsfld", "ldsflda",
+    "ldstr", "ldtoken", "ldvirtftn", "leave", "localloc", "mkrefany",
+    "mul", "neg", "newarr", "newobj", "nop", "not", "or", "pop",
+    "readonly", "refanytype", "refanyval", "rem", "ret", "rethrow",
+    "shl", "shr", "sizeof", "starg", "stelem", "stfld", "stind",
+    "stloc", "stobj", "stsfld", "sub", "switch", "tail", "throw",
+    "unaligned", "unbox", "volatile", "xor"])
 
     def __init__(self, db):
         self.db = db



More information about the Pypy-commit mailing list