torao / ebnf

Parser Generator Library for Rust based on Extended BNF (ISO/IEC 14977:1996 Spec)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Parser Generator Library for Rust based on Extended BNF (ISO/IEC 14977:1996 Spec)


Languages

Language:Rust 99.9%Language:Batchfile 0.1%