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 '' pascalenumeratedvsrangesolvedviadyn.eyp
run it with this options:
./pascalenumeratedvsrangesolvedviadyn.pm -t
Try these inputs:
type r = (x) .. y ;
type r = (x+2)*3 .. y/2 ;
type e = (x, y, z);
type e = (x);