aboutsummaryrefslogtreecommitdiff
path: root/parser.h
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-08 22:36:49 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-08 22:36:49 +0800
commit64967702d0f58b1f2f2082feccb39a95e2ac4cb2 (patch)
treef620a40a8fb9b11098999cf796b2b69fd272300d /parser.h
parent3753b3c4bed58949588a46d4c807a0c0045e8f22 (diff)
support for equal?
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