Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ethanuppal/bril-vscode

VSCode extension for Bril, an intermediate language for teaching compilers
https://github.com/ethanuppal/bril-vscode

bril lsp syntax-highlighting vscode vscode-extension

Last synced: 8 days ago
JSON representation

VSCode extension for Bril, an intermediate language for teaching compilers

Awesome Lists containing this project

README

        

# Bril extension for VSCode

## Setup

**Important**: Install the Bril LSP before using this extension:

```
cargo install --locked --git https://gitlab.com/ethanuppal/cs6120 bril-lsp
```

Once you've installed it, disable and reenable this extension.

## LSP Crashes

If there's an LSP crash, let me know immediately via a GitHub issue or some
other method. See if restarting the extension fixes the problem.