tadzik / Grammar-BNF

Parse BNF and ABNF grammars and generate Perl 6 grammars from them
MIT License
16 stars 5 forks source link

Add ABNF metagrammar. Mostly functional. Needs more tests. #1

Closed skids closed 9 years ago

skids commented 9 years ago

Here's an ABNF implementation to go with Grammar::BNF.

Also there's some things in there that may help improve the BNF code.

tadzik commented 9 years ago

Looks very good, well done!

I wonder though, since it doesn't derive from Grammar::BNF in any way, maybe it's better to have it as a separate distribution? Mostly because you're much better fit for handling bugs and features for it than me, but if you'd rather keep it together then I've nothing against it, I'll just add you to the project owners and will assign the bugs to you :)

tadzik commented 9 years ago

Based on IRC discussion let's keep it together :)