Help for this page

Select Code to Download


  1. or download this
    my $input_text;
    {
    ...
        $input_text = <$input>;
    }
    $parser->my_first_rule( $input_text );
    
  2. or download this
      first_rule : identifier | binops | lbinops | integer | number