Hi, Actually updating to ply 3.1 introduced 4 shift/reduce conflicts in my grammar that I did not have in ply-2.5. Simple to fix but the grammars should be equivalent, was there some change in v3.1 that might have introduced these conflicts?
The diff of the changes is attached, basically the I had to move DECLARE keyword from the 3 different rules to the "parent" rule. Thanks, -- Nuno Lopes --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "ply-hack" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ply-hack?hl=en -~----------~----~----~----~------~----~------~--~---
grammar-ply31.diff
Description: Binary data
