SYNOPSIS
See
File pascalenumeratedvsrange.eyp in examples/debuggintut/
The Bison manual http://www.gnu.org/software/bison/manual/html_mono/bison.html
Compile it with:
eyapp -b '' nolalrrrconflictsolved
run it with this options:
./nolalrrrconflictsolved.pm -t -d
Try these inputs:
type r = (x) .. y ;
type r = (x+2)*3 .. y/2 ;
type e = (x, y, z);
type e = (x);