Created
August 5, 2013 13:43
-
-
Save xeno-by/6156001 to your computer and use it in GitHub Desktop.
Macro paradise 2.0.0-SNAPSHOT
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/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