Noob question about BNF and parser generators

Hi, I might say something that does not make sense because I'm not very familiar with the field but here is the question.
There are many BNF grammar specifications out there and I've seen that there is a bnf crate. I was wondering if there are parser generator crates that can take a bnf specification (such as one obtained thanks to the bnf crate) and generate a parser from it?

Not to my knowledge.
I'm writing one (that can do more than just parse) but it won't be FOSS.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.