Last active
March 9, 2018 10:26
-
-
Save nitin42/482005b76d2b94aace97a7986de4749c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
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