added some experimental code for namespace handling

This commit is contained in:
hyunghwan.chung
2015-07-12 17:14:21 +00:00
parent f2ec2d5fd2
commit f97eb3d72b
7 changed files with 117 additions and 40 deletions

View File

@ -214,7 +214,9 @@ static char* syntax_error_msg[] =
"too many block arguments",
"too large block",
"wrong primitive number",
"#include error"
"#include error",
"wrong namespace name",
"duplicate namespace name"
};
stix_uch_t str_stix[] = { 'S', 't', 'i', 'x' };