class Temple::Generator

def compile!(exp)

def compile!(exp)
  type, *args = exp
  send("on_#{type}", *args)
end