2004/01/16 21:22:27
[org.ibex.core.git] / src / org / xwt / js / Lexer.java
index b8ce343..af0e8ef 100644 (file)
@@ -85,6 +85,7 @@ class Lexer implements Tokens {
         case "in": return IN;
         case "do": return DO;
         case "and": return AND;
+        case "or": return OR;
         case "for": return FOR;
         case "int": return RESERVED;
         case "new": return RESERVED;