Help for this page

Select Code to Download


  1. or download this
    $grammar = <<'__END_OF_GRAMMAR__';
    
    ...
             | /[^{} \t\n]+/    { [ atom  => $item[1] ] }
    
    __END_OF_GRAMMAR__
    
  2. or download this
    
    use strict;
    ...
          ...
       ],
    ]