SYNOPSIS
This grammar is similar to the one in file nopackrat.eyp. It can't be parsed by LR(k) nor LL(k) algorithms. Backtracking LR and GLR algorithms can but will perform poorly.
Compile it with:
$ eyapp -P ExpList.eyp
$ eyapp -TC reuseconflicthandler.eyp
Run it with:
$ ./reuseconflicthandler.pm -t -i -m 1 -c '2; 1 2+2 3-5;'
SEE ALSO
Files nopackrat.eyp, noLRk_exp.eyp, noLRk_expSolved.eyp