Skip to content

Instantly share code, notes, and snippets.

@xeno-by
Created August 5, 2013 13:43
Show Gist options
  • Save xeno-by/6156001 to your computer and use it in GitHub Desktop.
Save xeno-by/6156001 to your computer and use it in GitHub Desktop.
Macro paradise 2.0.0-SNAPSHOT
~/210x $ scala -Xshow-phases
phase name id description
---------- -- -----------
parser 1 parse source into ASTs, perform simple desugaring
macroparadise 2 let our powers combine
namer 3 resolve names, attach symbols to named trees in paradise
packageobjects 4 load package objects in paradise
typer 5 the meat and potatoes: type the trees in paradise
...
~/210x $ open http://scalamacros.org/news/2013/08/05/macro-paradise-2.0.0-snapshot.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment