https://github.com/rubixdev/ebnf
Various tools for EBNF grammars
https://github.com/rubixdev/ebnf
Last synced: 8 months ago
JSON representation
Various tools for EBNF grammars
- Host: GitHub
- URL: https://github.com/rubixdev/ebnf
- Owner: RubixDev
- License: gpl-3.0
- Created: 2022-09-30T18:11:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-06T18:31:32.000Z (about 3 years ago)
- Last Synced: 2025-08-11T23:18:35.803Z (9 months ago)
- Language: Rust
- Size: 74.2 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# EBNF
Various tools for EBNF grammars
## Projects
- [ebnf-parser](./crates/ebnf-parser): A Rust library for parsing EBNF grammars
- [ebnf-fmt](./crates/ebnf-fmt): A Rust library for formatting EBNF grammars
- [dprint-plugin-ebnf](./crates/dprint-plugin-ebnf): An EBNF plugin for
[dprint](https://dprint.dev/)
- [tree-sitter-ebnf](./crates/tree-sitter-ebnf): An EBNF parser for
[tree-sitter](https://github.com/tree-sitter/tree-sitter)