Help for this page

Select Code to Download


  1. or download this
            # --- Rules ---
            parse           : stmt(s?) EOF
    ...
                            | LITERAL    { [ 'literal',    $item[1] ] }
                            | arrayname { $item[1] }
                            | variablename { $item[1] }
    
  2. or download this
    $VAR1 = [
              [
    ...
                ]
              ]
            ];