Hi,
I've been using Rhino-ETL via c# for some time now, and I'm trying to move some elements to the DSL so they're a bit more flexible.
However I have a couple of complicated custom operations which would be a pain to reproduce in the DSL, so I instead wanted to try to write a macro to instantiate the operations and register them. I have followed the pattern from the existing DSL macros but I'm stuck at trying to get the engine to recognise my new templates. How/where do I add them in?
Thanks for any help!
Miles