My intention was to check to see if a proc hello exists in the current scope that doesn't conflict with the proc I'm about to create. If there is a better way to check to see if a proc already exists that conflicts I'm open to suggestions. The macro way of doing it seems to work as you pass a nnkStmtListExpr.newTree into it. I was just wondering if there was a nicer way to do it without generating a bunch of NimNodes.
- How do you pass code blocks to when compiles? solo989
- Re: How do you pass code blocks to when compiles? def
- Re: How do you pass code blocks to when compiles? GULPF
- Re: How do you pass code blocks to when compiles? solo989
