I see. Well, it's kind of weird though that that specific syntax works with 
other symbols that are not `:`. I'm working towards an intermediate solution 
that creates temporary .nim files that turn `a : T = x` constructs into `a T = 
x` ones, and using these latter ones in the macro logic. It still seems to me 
quite a convoluted solution for such a simple problem

Reply via email to