Matt Haggard
Matt Haggard
When my macro is used in a block, the identifier for my object is suffixed with some numbers (e.g. `_4855001`) but I'm not expecting that. Compare `Bob` with `Another_4855001` below:...
### Description UPDATED: The following code produces a SIGSEGV: ```nim try: proc myFunc() = iterator myFuncIter(): int {.closure.} = if false: try: yield 5 except: discard var nameIterVar = myFuncIter...
Fixes #94 Let me know what you think of this approach.