Sophie

Sophie

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

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

# This grammar illustrate the use of 'strict'
# see http://search.cpan.org/perldoc?Parse::Eyapp::debuggingtut
# see also file 'bugyapp2.eyp'
%strict
%token NUM
%%
expr: NUM;
%%