We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed1412 commit 5bf697bCopy full SHA for 5bf697b
1 file changed
src/lpython/parser/parser_stype.h
@@ -110,6 +110,7 @@ static_assert(std::is_trivial<Location>::value);
110
typedef struct LFortran::Location YYLTYPE;
111
#define YYLTYPE_IS_DECLARED 1
112
#define YYLTYPE_IS_TRIVIAL 0
113
+#define YYINITDEPTH 2000
114
115
116
#endif // LPYTHON_PARSER_STYPE_H
0 commit comments