Skip to content

Instantly share code, notes, and snippets.

@natefaubion
Created January 10, 2014 14:26
Show Gist options
  • Save natefaubion/8354058 to your computer and use it in GitHub Desktop.
Save natefaubion/8354058 to your computer and use it in GitHub Desktop.
macro .. {
rule infix { $lhs:expr | $name:ident () } => {
$lhs.$name.bind($lhs)
}
}
var a = foo..bar();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment