SYNOPSIS

This example illustrates how to solve the conflict in nolr_k_grammar.eyp using the postponed conflict resolution technique.

Compile the grammar with:

eyapp -b '' nolr_k_grammarsolveddynamic.eyp

and execute it with:

./nolr_k_grammarsolveddynamic.pm -t

SEE ALSO

  • See file nolr_k_grammar.eyp

  • This is inspired in an example I have seen this example at Pete Jinks page: http://www.cs.man.ac.uk/~pjj

  • See another solution in file: lr_1_grammar.eyp