started working on parsing labels

This commit is contained in:
hyunghwan.chung
2019-07-17 09:52:26 +00:00
parent dbe3c1cc07
commit 1c0b23fa97
4 changed files with 123 additions and 33 deletions

View File

@ -315,7 +315,7 @@ enum moo_iotok_type_t
MOO_IOTOK_IDENT,
MOO_IOTOK_IDENT_DOTTED,
MOO_IOTOK_BINSEL,
MOO_IOTOK_KEYWORD,
MOO_IOTOK_KEYWORD, /* word ending with : such as basicAt:*/
MOO_IOTOK_ASSIGN, /* := */
MOO_IOTOK_COLON, /* : */
MOO_IOTOK_DHASH, /* ## */