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 ExpList.eyp
$ eyapp -TC noPackratSolvedExpRG2.eyp
Run it with:
$ ./noPackratSolvedExpRG2.pm -t -i -m 1 -c '2-3 3*4 5+2 other things'
SEE ALSO
Files nopackrat.eyp, noLRk_exp.eyp, noLRk_expSolved.eyp