Created
May 27, 2016 14:33
-
-
Save xeno-by/f888e6e92c3fbbea64c5efe8237f3d66 to your computer and use it in GitHub Desktop.
This file contains 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
scala> 16:32 ~$ parse "x + (y)(z)" | |
[[syntax trees at end of parser]]// Scala source: tmpqW0GnW | |
package <empty> { | |
class wrapper extends scala.AnyRef { | |
def <init>() = { | |
super.<init>(); | |
() | |
}; | |
x.$plus(y(z)) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment