class SyntaxTree::Node

def pretty_print(q)

def pretty_print(q)
  accept(PrettyPrintVisitor.new(q))
end