Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support the Language Server Protocol for IDE integrations #48

Open
perimosocordiae opened this issue Jan 27, 2021 · 2 comments
Open

Support the Language Server Protocol for IDE integrations #48

perimosocordiae opened this issue Jan 27, 2021 · 2 comments

Comments

@perimosocordiae
Copy link
Collaborator

See https://microsoft.github.io/language-server-protocol/

@perimosocordiae
Copy link
Collaborator Author

perimosocordiae commented Jan 27, 2021

We'll probably want the LSP server to live in a separate repo from the language itself.

@perimosocordiae
Copy link
Collaborator Author

In this repo, the first step would be a binary that runs all the lexing/parsing/typechecking and emits diagnostics in an LSP-compatible JSON format, but doesn't execute anything. Something like the current dump_cfg tool, basically.

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

No branches or pull requests

1 participant