2004/01/16 21:22:27
authorcharlie <charlie@xwt.org>
Fri, 30 Jan 2004 07:44:39 +0000 (07:44 +0000)
committercharlie <charlie@xwt.org>
Fri, 30 Jan 2004 07:44:39 +0000 (07:44 +0000)
darcs-hash:20040130074439-b408a-82f59ebba39a42b49ec3f2fde7becc983b76b652.gz

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;