Skip to content

Commit 5bf697b

Browse files
committed
Parser: increase the stack size
1 parent bed1412 commit 5bf697b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lpython/parser/parser_stype.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ static_assert(std::is_trivial<Location>::value);
110110
typedef struct LFortran::Location YYLTYPE;
111111
#define YYLTYPE_IS_DECLARED 1
112112
#define YYLTYPE_IS_TRIVIAL 0
113+
#define YYINITDEPTH 2000
113114

114115

115116
#endif // LPYTHON_PARSER_STYPE_H

0 commit comments

Comments
 (0)