class Temple::Generator

def on_multi(*exp)

def on_multi(*exp)
  exp.map {|e| compile(e) }.join('; ')
end