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

%%

expr:
      NUM 
;

%%