Hello everyone, Is it possible in Nim to have a macro/template that starts with a custom character? For example, a macro like:
> #Declaration
macro @myMacro() :
... ...
Hello everyone, Is it possible in Nim to have a macro/template that starts with a custom character? For example, a macro like:
> #Declaration
macro @myMacro() :
... ...