Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > ddfdf0b0f2e10c06cbb5bbb1f4ee8dd8 > files > 272

perl-Parse-Eyapp-1.182.0-3.mga4.x86_64.rpm

%semantic token 'c' 
%tree
%%
S: 'c' 'c'? 
     { 
       print $_[2]->str."\n";
       print $_[2]->child(0)->attr."\n" if $_[2]->children;
    }
;

%%
# eyapp -C List5.yp
# ./List5.pm -c 'cc'