started the if handling

This commit is contained in:
2016-10-15 08:49:27 +00:00
parent 2ae17b870b
commit 0ecdc29ac1
5 changed files with 199 additions and 79 deletions

View File

@ -585,6 +585,8 @@ static char* syntax_error_msg[] =
". disallowed",
"#include error",
"loop body too big",
"if body too big",
"lambda block too big",
"lambda block too deep",
"argument name list expected",