SYNOPSIS
See http://search.cpan.org/perldoc?Parse::Eyapp::debuggingtut This files is almost like Debug.eyp It only changes the rules
ds:
D ';' ds
| D
for a left-recursive version.
Be sure DebugTail.pm is reachable compile it with
eyapp -b '' Debug1.eyp
Execute the generated modulino with:
./Debug1.pm -t
There is an error in the lexical analyzer. Can you find it?
Try first with input "D;S" and then with input "D; S"
See also
Debug1.eyp Debug2.eyp DebugLookForward.eyp DebugDynamicResolution.eyp