An open API service indexing awesome lists of open source software.

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)

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.