ajeetdsouza / loxcraft

Language tooling for the Lox programming language.
https://ajeetdsouza.github.io/loxcraft/
MIT License
274 stars 11 forks source link

Add doc for info on implementing LSP for lox #6

Closed kolharsam closed 2 years ago

ajeetdsouza commented 2 years ago

Also consider lspower, which is a fork of tower-lsp, and is currently used by Deno.

ajeetdsouza commented 2 years ago

Superceded by https://github.com/ajeetdsouza/lox/pull/14.