jaschdoc / flix-parsers

A simple parser combinator library for Flix
Apache License 2.0
4 stars 2 forks source link

Read from BNF grammar #24

Open mlutze opened 1 year ago

jaschdoc commented 1 year ago

I think I know what you mean but could you elaborate a bit on your idea? :)

mlutze commented 1 year ago

I'd like a function fromBnf: String -> Result[Some error, Parser] that takes a grammar expressed in BNF form and returns a parser corresponding to that grammar.