Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Last active January 29, 2017 14:24
Show Gist options
  • Save deque-blog/e64e4b1997bbb45a4a480b7addc3e2dc to your computer and use it in GitHub Desktop.
Save deque-blog/e64e4b1997bbb45a4a480b7addc3e2dc to your computer and use it in GitHub Desktop.
expression e = add({
cst(1),
cst(2),
mul({cst(0), var("x"), var("y")}),
mul({cst(1), var("y"), cst(2)}),
add({cst(0), var("x")})
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment