How would you build a dsl with this? like only expand macros in a certain context: `mydsl { do x on after y unless z }`
How would you build a dsl with this?
like only expand macros in a certain context:
mydsl { do x on after y unless z }