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

Key: STR-220
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Unassigned
Reporter: Niels Janssen
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

syntax priority issue: 's1 < s2 + s3 + s4' is ambiguous

Created: 2004-12-15 10:26   Updated: 2008-03-31 20:39
Component/s: stratego-front
Affects Version/s: None
Fix Version/s: 0.16 (Stratego Core Compiler)

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


 Description  « Hide
The strategy

s1 < s2 + s3 + s4

is ambiguous:

s1 < (s2 + s3) + s4 <=> s1 < s2 + (s3 + s4)

reproduce issue with:

module reproduce
strategies
  main = id < id + id + id





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