This monorepo contains:
-
bril-frontend: A library for parsing and type checking/inferring Bril programs in their textual format -
bril-lsp: A language server for Bril programs in their textual format -
brilfmt: A formatter for Bril programs in their textual format -
bril.nvim: Neovim plugin for lazy.nvim -
bril-vscode: Install the VSCode extension here: https://marketplace.visualstudio.com/items?itemName=EthanUppal.bril
First, install a Rust toolchain and then run:
cargo install --locked --git https://github.com/ethanuppal/bril-lsp bril-lsp