Re: [proto] Using Phoenix inside eUML: mixing grammars

2011-05-01 Thread Thomas Heller
On Monday, April 25, 2011 06:39:14 PM Christophe Henry wrote: Hi Thomas, Sorry to come back to the subject so late, I didn't manage before :( If you want to use it as a transform you need the evaluator with an appropriate action that does the desired transform... here is an example:

Re: [proto] Using Phoenix inside eUML: mixing grammars

2011-03-22 Thread Thomas Heller
On Wed, Mar 16, 2011 at 9:56 PM, Christophe Henry christophe.j.he...@googlemail.com wrote: Hi, Sorry for the late reply ... I have my eUML grammar, defing, for example a transition as: SourceState+ Event [some_guard] == TargetState I want to write for some_guard an expression of a phoenix

Re: [proto] Using Phoenix inside eUML: mixing grammars

2011-03-20 Thread Michael Caisse
On 03/16/2011 01:56 PM, Christophe Henry wrote: Hi, I have my eUML grammar, defing, for example a transition as: snip first question that I don't have an answer for Second question. Now it's becoming more interesting. And not easy to explain :( For eUML, a guard can be defined as g1

[proto] Using Phoenix inside eUML: mixing grammars

2011-03-16 Thread Christophe Henry
Hi, I have my eUML grammar, defing, for example a transition as: SourceState+ Event [some_guard] == TargetState I want to write for some_guard an expression of a phoenix grammar. The relevant part of the expression is: Event [some_guard] Where the corresponding part of my grammar is: struct