Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
            print "- tree: ".Template::Alloy->dump_parse_expr(\$expr)."\n"
    +;
        }
    }
    
  2. or download this
    --------------------
    - expr: 1 + 2
    ...
    - outp: 7
    - err : Failed to consume entire string
    - tree: [[undef, '+', 3, 4], 0]