SYNOPSIS

This example is here only for historical reasons. The method YYRestoreLRAction is deprecated.

See section 'SOLVING CONFLICTS WITH THE POSTPONED CONFLICT STRATEGY' in http://search.cpan.org/perldoc?Parse::Eyapp::debuggingtut

This example illustrates how to dynamically change the behavior of the parser for a shift-reduce conflict

Be sure DebugTail.pm is reachable compile it with

eyapp -b '' DynamicallyChangingTheParser2.eyp

execute the generated modulino with the option -t:

./DynamicallyChangingTheParser2.pm -t

See instead

DynamicallyChangingTheParser.eyp