Re: [X10-users] x10 program transformation

2016-01-14 Thread Marina Andric
Can someone please help locate package polyglot.ext.x10.plugin? I have just installed Polyglot and assumably it's not contained. Thank you, Marina On Tue, Dec 29, 2015 at 12:52 AM, Marina Andric wrote: > Hi everyone, > > I need to implement a program transformation (from X10 code to X10 > code

Re: [X10-users] x10 program transformation

2016-01-03 Thread Marina Andric
Thank you all very much for the help. I have formalized an encoding from a language I named RepliX10 to X10 (considering only subset of features). Essentially, RepliX10 has a construct for sharing objects across places i.e., val x:T shared with p1, p2 = e that should translate to a piece of X10

Re: [X10-users] x10 program transformation

2016-01-02 Thread Vijay Saraswat
...except during the year-end holiday period :-), which will end any day now! On 1/1/16 9:48 PM, V. Krishna Nandivada wrote: Hi Marina, We have some code that does 1. loop chunking and 2. expanding and reducing the scope of finish and async constructs — all implemented as AST-AST transformat

Re: [X10-users] x10 program transformation

2016-01-01 Thread V. Krishna Nandivada
Hi Marina, We have some code that does 1. loop chunking and 2. expanding and reducing the scope of finish and async constructs — all implemented as AST-AST transformation inside X10 compiler. But we have not released the code yet. If you have any specific questions on doing AST-AST transformat

Re: [X10-users] x10 program transformation

2015-12-29 Thread Vijay Saraswat
I think people are away for the holidays -- hopefully you will get more informed replies soon, when people return. Yes, several groups have worked on parsing, source to source transformations, and AST to AST transformations. Root around on github in the source directory. And, look at recent X