From: jjenista Date: Tue, 3 Feb 2009 23:20:25 +0000 (+0000) Subject: lexer had implements and interface keywords that were commented out of java14.cup... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9e9341179e42ce3d816011233b9e3e86b8eead91;p=IRC.git lexer had implements and interface keywords that were commented out of java14.cup, commented them out of the lexer also --- diff --git a/Robust/src/Lex/Lexer.java b/Robust/src/Lex/Lexer.java index ec5b5ca7..3d190c5f 100644 --- a/Robust/src/Lex/Lexer.java +++ b/Robust/src/Lex/Lexer.java @@ -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",