Skip to content

Instantly share code, notes, and snippets.

@pjazdzewski1990
Last active February 25, 2016 12:30
Show Gist options
  • Save pjazdzewski1990/12d078f075f00765cbd1 to your computer and use it in GitHub Desktop.
Save pjazdzewski1990/12d078f075f00765cbd1 to your computer and use it in GitHub Desktop.
def hello2Impl(c: blackbox.Context)(s: c.Expr[String]): c.Expr[Unit] = {
import c.universe._
c.Expr(q"""println("hello " + ${s.tree} + "!")""")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment