Thanks both for the help. The subject of conflicts is clearer in my head now :)
Since we're on the subject of conflict warning messages, a minor point: I think PLY overreports the number of R/R conflicts because when a conflict arises in a state, the warning will be repeated for every possible following token. For example when investigating these warnings WARNING: reduce/reduce conflict in state 182 resolved using rule (statement_call -> postfix_expression ( )) WARNING: rejected rule (postfix_expression -> postfix_expression ( )) WARNING: reduce/reduce conflict in state 182 resolved using rule (statement_call -> postfix_expression ( )) WARNING: rejected rule (postfix_expression -> postfix_expression ( )) WARNING: reduce/reduce conflict in state 182 resolved using rule (statement_call -> postfix_expression ( )) WARNING: rejected rule (postfix_expression -> postfix_expression ( )) ... repeats 7 more times ... I found it was all really a single conflict. Pedro --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
