SYNOPSIS

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 '' DynamicallyChangingTheParser.eyp

execute the generated modulino with the option -t:

./DynamicallyChangingTheParser.pm -t

See also

Debug.eyp Debug1.eyp Debug2.eyp and DebugLookForward.eyp