grammar/LuaParser.jj, grammer/Lua5[12].jj: JDK_VERSION upgraded from 1.3 to 1.8

This commit is contained in:
Fabrice Ducos
2023-04-23 12:19:04 +02:00
parent ee08260ce2
commit 33b6428031
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@
options {
STATIC = false;
JDK_VERSION = "1.3";
JDK_VERSION = "1.8";
ERROR_REPORTING = false;
DEBUG_LOOKAHEAD = false;
DEBUG_PARSER = false;

View File

@@ -15,7 +15,7 @@
options {
STATIC = false;
JDK_VERSION = "1.3";
JDK_VERSION = "1.8";
ERROR_REPORTING = false;
DEBUG_LOOKAHEAD = false;
DEBUG_PARSER = false;

View File

@@ -26,7 +26,7 @@
options {
STATIC = false;
JDK_VERSION = "1.3";
JDK_VERSION = "1.8";
ERROR_REPORTING = true;
UNICODE_INPUT = true;
DEBUG_LOOKAHEAD = false;