ebnf

Package VersionHex Docs

ISO-14977 EBNF parser

gleam add ebnf@1
import ebnf
pub fn main() -> Nil {
let content = "some ebnf string"
let ast = ebnf.parse(s)
echo ast
}

Further documentation can be found at https://ebnf.hexdocs.pm/.

Development

gleam test # Run the tests