Skip to content

Instantly share code, notes, and snippets.

@nitin42
Last active March 9, 2018 10:26
Show Gist options
  • Save nitin42/482005b76d2b94aace97a7986de4749c to your computer and use it in GitHub Desktop.
Save nitin42/482005b76d2b94aace97a7986de4749c to your computer and use it in GitHub Desktop.
{
Expression: {
BinaryExpression: {
left: {
LiteralExpression: {
value: 12
}
},
operator: '*',
right: {
BinaryExpression: {
left: {
LiteralExpression: {
value: 10
}
},
operator: '-',
right: {
LiteralExpression: {
value: 20
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment