Skip to content

Instantly share code, notes, and snippets.

@satyr
Created September 26, 2010 19:54
Show Gist options
  • Save satyr/598267 to your computer and use it in GitHub Desktop.
Save satyr/598267 to your computer and use it in GitHub Desktop.
$ bin/coffee -ne '(a,@b,c...)->d=e.f'
CodeNode "a" "@b" "c..."
Expressions
AssignNode
ValueNode "d"
ValueNode "e"
AccessorNode "f"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment