class Unparser::Writer::Binary

def emit_with(map)

def emit_with(map)
  visit(left)
  write(' ', map.fetch(node.type), ' ')
  visit(right)
end