class SyntaxTree::PrettyPrintVisitor

def node(_node, type)

def node(_node, type)
  q.group(2, "(", ")") do
    q.text(type)
    yield
  end
end