Help for this page

Select Code to Download


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