implemented else handling

This commit is contained in:
2016-10-18 17:00:35 +00:00
parent 57af7d6c7e
commit ac818fdbfd
5 changed files with 176 additions and 36 deletions

View File

@ -601,6 +601,8 @@ static char* syntax_error_msg[] =
"disallowed variable name",
"disallowed argument name",
"elif without if",
"else without if",
"break outside loop"
};