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 -TC noPackratPPCR.eyp.eyp

Run it with:

$ ./noPackratPPCR.pm -t -i -c '2-3 3*4 5+2'

SEE ALSO

Files nopackrat.eyp, noLRk_exp.eyp, noLRk_expSolved.eyp