Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save leogrim/67766663c33b2ce955df1e058ef21e32 to your computer and use it in GitHub Desktop.
Save leogrim/67766663c33b2ce955df1e058ef21e32 to your computer and use it in GitHub Desktop.
Scala Macro Annotation by Martin Raison
val q"object $obj extends ..$bases { ..$body }" = compDecl
q"""
object $obj extends ..$bases {
..$body
$format
}
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment