Turn on LuaParser error reporting.

This commit is contained in:
James Roseborough
2012-09-01 16:51:45 +00:00
parent 24c476b072
commit 04faa79853
3 changed files with 216 additions and 38 deletions

View File

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