Hello.
I am exploring Nim's template system. It looks awesome.
I have a question.
parent_template MacroSymbol: children_template: Run
parent_template MacroSymbol: children_template:
is there a way to pass MacroSymbol as an untyped argument to children_template?
Thanks in advance!