fixed a lexer bug than returned FPDECLIT where INTLIT was desired.
added more code to process jump labels
This commit is contained in:
@ -276,7 +276,7 @@
|
||||
enum moo_iotok_type_t
|
||||
{
|
||||
MOO_IOTOK_EOF,
|
||||
|
||||
|
||||
MOO_IOTOK_CHARLIT,
|
||||
MOO_IOTOK_STRLIT,
|
||||
MOO_IOTOK_SYMLIT,
|
||||
|
Reference in New Issue
Block a user