interim update

This commit is contained in:
hyunghwan.chung
2015-06-03 04:22:19 +00:00
parent 03aab810b9
commit e6137a5864
4 changed files with 306 additions and 259 deletions

View File

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