2003/12/29 04:04:35
[org.ibex.core.git] / src / org / xwt / js / Lexer.java
index e0ecde9..6e541c1 100644 (file)
@@ -80,6 +80,8 @@ class Lexer implements Tokens {
     private int getKeyword(String name) throws IOException {
         //#switch(name)
         case "if": return IF;
+        case "lt": return LT;
+        case "gt": return GT;
         case "in": return IN;
         case "do": return DO;
         case "and": return AND;