I\'m working on parse generator for PHP. Currently I\'m trying to implement canonical LR(1) parser, but it outputs reduce-reduce conflict on following grammar. Is this grammar not LR(1)? Or should I r