Skip to content

Rewrite lexer #2

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions