added support for pool dictionary import

This commit is contained in:
hyunghwan.chung
2015-07-26 14:38:34 +00:00
parent ce8a86e082
commit 5449e89292
5 changed files with 148 additions and 12 deletions

View File

@ -208,6 +208,7 @@ static char* syntax_error_msg[] =
"undeclared variable",
"unusable variable in compiled code",
"inaccessible variable",
"ambiguous variable",
"wrong expression primary",
"too many temporaries",
"too many arguments",