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
The lexer is currently really really slow because of all the compile time code generation, This must be fixed!
Why is is so slow currently is because it overuses ctRegex to match for tokens, this should be change to something else that isn't regex, but still is as fast as the ctRegex result (hopefully).
The text was updated successfully, but these errors were encountered:
The lexer is currently really really slow because of all the compile time code generation, This must be fixed!
Why is is so slow currently is because it overuses ctRegex to match for tokens, this should be change to something else that isn't regex, but still is as fast as the ctRegex result (hopefully).
The text was updated successfully, but these errors were encountered: