Skip to content

Rewrite lexer #2

@Vild

Description

@Vild

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).

Metadata

Metadata

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions