class Unparser::Emitter::Simple

Emitter for simple nodes that generate a single token

def dispatch

def dispatch
  write(MAP.fetch(node_type))
end