fixed a lexer bug than returned FPDECLIT where INTLIT was desired.

added more code to process jump labels
This commit is contained in:
hyunghwan.chung
2019-07-17 17:04:27 +00:00
parent 1c0b23fa97
commit d3f1a435cb
4 changed files with 41 additions and 11 deletions

View File

@ -276,7 +276,7 @@
enum moo_iotok_type_t
{
MOO_IOTOK_EOF,
MOO_IOTOK_CHARLIT,
MOO_IOTOK_STRLIT,
MOO_IOTOK_SYMLIT,