Crates.io | ebnf-lsp |
lib.rs | ebnf-lsp |
version | 0.1.0 |
source | src |
created_at | 2024-07-29 15:33:08.863984 |
updated_at | 2024-07-29 15:33:08.863984 |
description | A LSP implementation for EBNF. |
homepage | |
repository | https://github.com/DanielHauge/ebnfer |
max_upload_size | |
id | 1318980 |
size | 60,728 |
An implementation of the language server protocol (LSP) for EBNF grammars.
Build from source or install via cargo:
cargo install ebnfer
TODO
This project is inspired by the ebnf analysis crate on crates.io - ebnf. Also inspired by the following youtube video: Learn By Building: Language Server Protocol - TJ Devries.