Skip to content

Instantly share code, notes, and snippets.

@pheuter
Created February 16, 2011 15:33
Show Gist options
  • Save pheuter/829566 to your computer and use it in GitHub Desktop.
Save pheuter/829566 to your computer and use it in GitHub Desktop.
[:defn,
:add,
[:args, :x, :y],
[:call, [:lvar, :x], :+, [:arglist, [:lvar, :y]]]]
[:call, :add, [:arglist, [:lit, 2], [:lit, 3]]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment