- or download this
use Parse::RecDescent;
Parse::RecDescent->Precompile($grammar, "PreGrammar");
- or download this
Parse::RecDescent->Precompile($grammar, "My::New::Parser");
- or download this
> perl -MParse::RecDescent - grammar Yet::Another::Grammar
- or download this
use Yet::Another::Grammar;
my $parser = Yet::Another::Grammar->new();