class Dentaku::PrintVisitor

def initialize(node)

def initialize(node)
  @output = ''
  node.accept(self)
end