Hello everyone, I would need to debug the NimNodes returned from 
    
    
    getImpl
    
    
    Run

calls, and I was looking for a function that would print out a NimNode tree 
structure given a NimNode, not a block of nim code. I looked at 
    
    
    dumpTree
    
    
    Run

, but it is not working for NimNodes inside the macro. Is there such a function?

On a similar topic,shouldn't 
    
    
    echo
    
    
    Run

> support the printing of NimNodes?

Reply via email to