Skip to content

Instantly share code, notes, and snippets.

@xeno-by
Created May 27, 2016 14:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xeno-by/f888e6e92c3fbbea64c5efe8237f3d66 to your computer and use it in GitHub Desktop.
Save xeno-by/f888e6e92c3fbbea64c5efe8237f3d66 to your computer and use it in GitHub Desktop.
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