lexer had implements and interface keywords that were commented out of java14.cup...
authorjjenista <jjenista>
Tue, 3 Feb 2009 23:20:25 +0000 (23:20 +0000)
committerjjenista <jjenista>
Tue, 3 Feb 2009 23:20:25 +0000 (23:20 +0000)
Robust/src/Lex/Lexer.java

index ec5b5ca7cdaf1f0c69d498701356baed6b410fc2..3d190c5fde8ab0da7c7dcf4dd28d1be817fc09a4 100644 (file)
@@ -261,7 +261,10 @@ public class Lexer {
     "extends", "external", "final", "finally",
     "flag", //keyword for failure aware computation
     "float", "for","getoffset", "global", "goto", "if",
-    "implements", "import", "instanceof", "int", "interface", "isavailable",
+    //"implements",
+    "import", "instanceof", "int", 
+    //"interface",
+    "isavailable",
     "long",
     "native", "new", "optional", "package", "private", "protected", "public",
     "return", "sese", "short", "static", "strictfp", "super", "switch", "synchronized",