added some code to support importing a pool dictionary

This commit is contained in:
hyunghwan.chung
2015-07-25 15:01:51 +00:00
parent 5700b57d57
commit ce8a86e082
4 changed files with 114 additions and 68 deletions

View File

@ -217,6 +217,7 @@ static char* syntax_error_msg[] =
"wrong primitive number",
"#include error",
"wrong namespace name",
"wrong pool dictionary name",
"duplicate pool dictionary name",
"literal expected"
};