https://github.com/torao/ebnf
Parser Generator Library for Rust based on Extended BNF (ISO/IEC 14977:1996 Spec)
https://github.com/torao/ebnf
ebnf ebnf-syntax
Last synced: about 1 year ago
JSON representation
Parser Generator Library for Rust based on Extended BNF (ISO/IEC 14977:1996 Spec)
- Host: GitHub
- URL: https://github.com/torao/ebnf
- Owner: torao
- Created: 2021-10-28T19:09:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-04T22:01:35.000Z (over 4 years ago)
- Last Synced: 2024-11-19T14:57:01.595Z (over 1 year ago)
- Topics: ebnf, ebnf-syntax
- Language: Rust
- Homepage:
- Size: 148 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Extended BNF Parser and Parser Builder for Rust
1. Parsing EBNF syntax and constructing syntax trees.
2. Use a parser to parse your own DSL as defined in EBNF.