Open mlutze opened 1 year ago
I think I know what you mean but could you elaborate a bit on your idea? :)
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.
fromBnf: String -> Result[Some error, Parser]
I think I know what you mean but could you elaborate a bit on your idea? :)