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

Key: STR-164
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Martin Bravenboer
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

Let: support rule syntax

Created: 2004-09-03 11:36   Updated: 2008-03-31 20:39
Component/s: strc - Stratego compiler
Affects Version/s: 0.12
Fix Version/s: 0.16 (Stratego Core Compiler)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: Latest sources (revision 7289)


 Description  « Hide
------------------------
module foo
strategies

main =
    let Foo : 1 -> 2

in <Foo> 1 => 2
    end
------------------------

------------------------
martin@logistico:~> strc -i foo.str
compiling foo.str
error: operator Foo/(0,0) undefined
compilation failed (0.44 secs)
------------------------

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