Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jiegec/decaf-lsp
A LSP server for Decaf lang
https://github.com/jiegec/decaf-lsp
Last synced: 3 months ago
JSON representation
A LSP server for Decaf lang
- Host: GitHub
- URL: https://github.com/jiegec/decaf-lsp
- Owner: jiegec
- Archived: true
- Created: 2019-10-24T00:20:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-02T00:43:16.000Z (almost 5 years ago)
- Last Synced: 2024-08-03T01:39:10.154Z (6 months ago)
- Language: Rust
- Homepage:
- Size: 78.1 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# decaf-lsp
A language server implementation for [Decaf language](https://decaf-lang.gitbook.io/decaf-book/spec).
## Features
1. Workspace/document symbols
2. Symbol hovers with type information
3. Syntax diagnostics
4. Folding ranges
5. Goto definition
6. Completion for builtin functions## Installation
Clone and install:
```
git clone https://github.com/jiegec/decaf-lsp.git
cargo install --path . --force
```Then you can use `decaf-lsp` as a langserver.
## Editor Configuration
A VSCode extension is available at [jiegec/decaf-vscode](https://github.com/jiegec/decaf-vscode).