From 64967702d0f58b1f2f2082feccb39a95e2ac4cb2 Mon Sep 17 00:00:00 2001 From: Teddy Date: Thu, 8 Aug 2013 22:36:49 +0800 Subject: support for equal? --- parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parser.h') 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 -- cgit v1.2.3