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
- DSLs and macros: custom function signature vitreo12
- Re: DSLs and macros: custom function signature Hlaaftana
- Re: DSLs and macros: custom function signature Araq
- Re: DSLs and macros: custom function signature vitreo12
