Crates.io | ebnfer |
lib.rs | ebnfer |
version | 0.1.0 |
source | src |
created_at | 2024-07-29 15:44:59.971643 |
updated_at | 2024-07-29 15:44:59.971643 |
description | A LSP implementation for EBNF. |
homepage | |
repository | https://github.com/DanielHauge/ebnfer |
max_upload_size | |
id | 1318985 |
size | 60,698 |
An implementation of the language server protocol (LSP) for EBNF grammars.
Build from source or install via cargo:
cargo install ebnfer
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.