From 9e9341179e42ce3d816011233b9e3e86b8eead91 Mon Sep 17 00:00:00 2001 From: jjenista Date: Tue, 3 Feb 2009 23:20:25 +0000 Subject: [PATCH] lexer had implements and interface keywords that were commented out of java14.cup, commented them out of the lexer also --- Robust/src/Lex/Lexer.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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", -- 2.34.1