Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

jiegec/decaf-lsp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

decaf-lsp

A language server implementation for Decaf language.

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.

About

A LSP server for Decaf lang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages