did something on temporary variable and argument handling

This commit is contained in:
2016-09-29 13:20:09 +00:00
parent 1d0d05c665
commit d9d1cd2fc9
6 changed files with 284 additions and 66 deletions

View File

@ -447,8 +447,10 @@ static char* syntax_error_msg[] =
"argument name list expected",
"argument name expected",
"lambda block too big",
"lambda block too deep",
"variable name expected",
"wrong number of arguments"
"wrong number of arguments",
"too many arguments defined"
};
static void print_synerr (hcl_t* hcl)