aboutsummaryrefslogtreecommitdiff
path: root/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser.h b/parser.h
index e44abbc..823c90e 100644
--- a/parser.h
+++ b/parser.h
@@ -7,7 +7,7 @@
using std::string;
const int TOKEN_BUFF_SIZE = 65536;
-const int PARSE_STACK_SIZE = 65536;
+const int PARSE_STACK_SIZE = 262144;
/** @class Tokenizor
* Break down the input string stream into tokens