ebnf 0.1.2

A successor bnf parsing library of bnf parsing library, for parsing Extended Backus–Naur form context-free grammars
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.nom]
version = "7"

[dependencies.parse-hyperlinks]
version = "0.23.3"

[package]
description = "A successor bnf parsing library of bnf parsing library, for parsing Extended Backus–Naur form context-free grammars"
edition = "2021"
keywords = ["ebnf", "bnf"]
license = "MIT"
name = "ebnf"
readme = "README.md"
repository = "https://github.com/ChAoSUnItY/ebnf"
resolver = "2"
version = "0.1.2"