Stratego/XT JIRA  History | Log In     View a printable version of the current page. Get help!  
Issue Details (XML | Word)

Key: STR-111
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Unassigned
Reporter: Martin Bravenboer
Votes: 0
Watchers: 0
Operations

Clone this issue
Create sub-task
If you were logged in you would be able to see more operations.
Stratego/XT

pptable-diff: consider number of arguments in pp rule

Created: 2004-06-04 17:14   Updated: 2008-03-31 20:39
Component/s: gpp
Affects Version/s: None
Fix Version/s: 0.16 (Stratego Core Compiler)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
old.pp:
--------------------------------
[ Foo -- _1,
  Foo -- KW["fred"]
]
--------------------------------

new.pp:
--------------------------------
[ Foo -- KW["fred"],
  Foo -- _1
]
--------------------------------

pptable-diff invocation:
--------------------------------
martin@logistico:~> pptable-diff --old old.pp --new new.pp
Changed productions: ["Foo"]
--------------------------------


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.