Grammatica - Bugs: bug #3602, Grammar: Identical production...
You are not allowed to post comments on this tracker with your current authentication level.
bug #3602: Grammar: Identical production should be unified
Submitter: | Per Cederberg <cederberg> | ||
Submitted: | Wed 14 May 2003 03:51:29 PM UTC | ||
Severity: | 1 - Minor | Item Group: | Future Improvement |
Status: | None | Assigned to: | None |
Open/Closed: | Open |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
CC list is empty
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
No changes have been made to this item
Identical syntetic (generated) productions are not indentified as such. Instead, a new syntetic production is added in each case. This will cause problems for LR parsers, and is generally inefficient. Identical syntetic productions should be unified.