improved symbol tokenization

This commit is contained in:
hyunghwan.chung
2015-05-19 16:26:52 +00:00
parent 3db3a02a7a
commit e2b32aafb9
4 changed files with 25 additions and 11 deletions

View File

@ -253,6 +253,7 @@ enum stix_synerrnum_t
STIX_SYNERR_STRNC, /* string not closed */
STIX_SYNERR_CLTNT, /* character literal not terminated */
STIX_SYNERR_HLTNT, /* hased literal not terminated */
STIX_SYNERR_CLNMS, /* colon missing */
};
typedef enum stix_synerrnum_t stix_synerrnum_t;