You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's getting pretty long with all of the new tokens and keywords. I think we need to refactor it into multiple files. Maybe just lex.c and some other file with all of the repetitive if token == KEYWORD_17 etc etc etc.
The text was updated successfully, but these errors were encountered:
It's getting pretty long with all of the new tokens and keywords. I think we need to refactor it into multiple files. Maybe just
lex.c
and some other file with all of the repetitiveif token == KEYWORD_17
etc etc etc.The text was updated successfully, but these errors were encountered: