class Temple::Generator

def compile(exp)

def compile(exp)
  [preamble, compile!(exp), postamble].join(' ; ')
end