Help for this page

Select Code to Download


  1. or download this
    # make_parser.pl
    
    ...
    
    Parse::RecDescent->Precompile($grammar, 'Parser')
        or die("Bad grammar\n");
    
  2. or download this
    # test.pl
    
    ...
    my $parser = Parser->new();
    
    print(Dumper($parser->parse($text)));
    
  3. or download this
    >perl make_parser.pl
    
    ...
                'squid'
              ]
            ];