DoclerLabs / hexMachina

Releases, issues, documentation, website of hexMachina, framework written in Haxe
http://hexmachina.org
MIT License
44 stars 8 forks source link

Method call with static-ref #191

Closed NewKrok closed 7 years ago

NewKrok commented 7 years ago

It will be great if I could use a static-ref argument in a method call in the dsl. (The ref and the value works fine) for example:

<method-call name="register">
<argument static-ref="SomeClass.StaticVariable"/>
<argument ref="SomeRef"/>
</method-call>