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.
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.cand some other file with all of the repetitiveif token == KEYWORD_17etc etc etc.