tags:

views:

339

answers:

1

Is there a situation when the following is a valid Boo statement:

target "something" requires "something"

where target and requires can be a macros/method/anything other (except for keywords)?
This is a DSL question, so any language hack will do as long as it compiles.

+5  A: 

There is a patch to support this, but by default, no.

Ayende Rahien
Thanks, can you give a link to the patch? Not sure what words to Google for it.
Andrey Shchekin
http://jira.codehaus.org/browse/BOO-932
Ayende Rahien
Great, thanks a lot.
Andrey Shchekin