tadzik / Grammar-BNF

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

Add slang support based on ruoso++'s Grammar::EBNF work #2

Closed skids closed 9 years ago

skids commented 9 years ago

This only does slang for BNF, not the ABNF in the other PR yet.

tadzik commented 9 years ago

Can we get some tests for that? Mostly as an example of how to use it and when is it useful :)

skids commented 9 years ago

Will followup with more docs