Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    Parse::RecDescent->PreCompile($szGrammar, 'MyParser')
       or die("Bad Grammar\n");
    
  2. or download this
    use strict;
    use warnings;
    ...
    $hParser->test($szCode)
       or die("Bad code\n");
    $hParser->DumpResult();