Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Created January 22, 2017 14:22
Show Gist options
  • Save deque-blog/872eeb111cbea11ebf82de3aaca4f050 to your computer and use it in GitHub Desktop.
Save deque-blog/872eeb111cbea11ebf82de3aaca4f050 to your computer and use it in GitHub Desktop.
(def expr
(add
(cst 1) (cst 2)
(mul (cst 0) (sym "x") (sym "y"))
(mul (cst 1) (sym "y") (cst 2))
(add (cst 0) (sym "x"))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment