KubaP / glsl-lsp

A language server implementation for the OpenGL Shading Langauge, written in Rust.
12 stars 1 forks source link

Lexer rewrite #1

Closed KubaP closed 2 years ago

KubaP commented 2 years ago

Replace the current chumsky lexer with a handwritten lexer.

This is done for the following reasons: