Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    Parse::RecDescent->Precompile($grammar, 'Parser')
       or die("Bad grammar\n");
    
  2. or download this
    use strict;
    use warnings;
    ...
       }
       print("\n");
    }
    
  3. or download this
    >make_parser.pl
    
    ...
    0       1       1
    1       0       1
    1       1       0