added more code

This commit is contained in:
hyunghwan.chung
2015-06-01 16:59:07 +00:00
parent 72d74b48de
commit 03aab810b9
3 changed files with 90 additions and 48 deletions

View File

@@ -242,7 +242,8 @@ static char* syntax_error_msg[] =
"duplicate temporary variable name",
"duplicate variable name",
"cannot assign to argument",
"undeclared assignee"
"undeclared assignee",
"assignee unexpressable in compiled code"
};
int main (int argc, char* argv[])