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
At the moment the lexer uses one huge function (tokenize) to tokenize the code. The code could become cleaner, if this could be refactored into several functions. For this some kind of LexerState-struct would be necessary.