Hey!

I emulated the code above.
Then I got a correct AST in graphviz and I tried to find a child (ZX) of a REF node (REF 366):

It obviously exists on AST graph below REF 366, but it doesn't exists in vector with children, so it looks like incorrect work of API for interacting with ASTs:


Am I thinking right?