added partial code to parse message sending expressions

This commit is contained in:
hyunghwan.chung
2015-06-03 17:24:11 +00:00
parent e6137a5864
commit dab7285c45
8 changed files with 628 additions and 883 deletions

View File

@ -225,6 +225,7 @@ static char* syntax_error_msg[] =
"} expected",
"( expected",
") expected",
"] expected",
". expected",
"| expected",
"> expected",
@ -246,6 +247,7 @@ static char* syntax_error_msg[] =
"unusable variable in compiled code",
"inaccessible variable",
"wrong expression primary",
"too many arguments",
"wrong primitive number"
};