-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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).