Closed MaxDesiatov closed 4 years ago
I will look into it. From a first look at ABNF, it doesn't look too hard.
Note that the parsers that Covfefe provides don't have amazing performance and depending on the type of grammar you're working with, LL or LR parser implementations will likely perform better.
I've released a new version that has ABNF support. I have tested it with the Dhall grammar.
@palle-k that's amazing, thank you!
I would like to be able to parse Dhall, which provides an ABNF grammar. As far as I understand, ABNF is more standardized, so I wonder how hard would it be for Covfefe to support it?