Hi Jeffrey, I was intrigued by these two posts, but left wondering if Marpa does support grammar reuse / extension?
I'd love to be able to declare a grammar as a class containing a series of tokens and be able to inherit and override individual tokens ala Perl 6. If it doesn't support it now, could Marpa support it? I've been working on a Perl 6 Grammar for Pod (https://github.com/dnmfarrell/Pod-Perl5), and would love to try parsing Pod with Marpa. But I want to be able to extend the base Pod grammar with new syntax without having to copy and paste the original grammar into a new class. Many thanks David On Sunday, 20 December 2015 22:19:10 UTC-5, Jeffrey Kegler wrote: > > My newest post > <http://jeffreykegler.github.io/Ocean-of-Awareness-blog/individual/2015/12/topdown.html> > > is second in a series about top-down parsing, and Perl 6 grammars. > > This first post in the series was "Grammar reuse" > <http://jeffreykegler.github.io/Ocean-of-Awareness-blog/individual/2015/12/composable.html>. > > I forgot to announce the first one to this group when it came out. Sorry! > > > -- You received this message because you are subscribed to the Google Groups "marpa parser" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
