SYNOPSIS
See http://search.cpan.org/perldoc?Parse::Eyapp::debuggingtut This file solves the conflict in Debug.eyp using dynamic conflict resolution techniques (see section 'SOLVING CONFLICTS WITH THE POSTPONED CONFLICT STRATEGY' in http://search.cpan.org/perldoc?Parse::Eyapp::debuggingtut)
Be sure DebugTail.pm is reachable compile it with
eyapp -C DebugDynamicResolution.eyp
Execute the generated modulino with:
./DebugDynamicResolution.pm -t -i -c 'D;D;S;S'
It will output s.t. like PROG(D(TERMINAL[D],D[D]),SS(TERMINAL[S],S[S]))
See also
Debug.eyp Debug1.eyp Debug2.eyp DebugLookForward.eyp