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
Given input source code, in the form of a text file, the lexer will classify each lexeme with an appropriate token. Possible tokens are identifier, keyword, separator, float, and integer.