Skip to content

Instantly share code, notes, and snippets.

@khyperia
Created August 30, 2019 17:31
Show Gist options
  • Save khyperia/465149afc03da41fd37d1350ecc18c10 to your computer and use it in GitHub Desktop.
Save khyperia/465149afc03da41fd37d1350ecc18c10 to your computer and use it in GitHub Desktop.
khyperia@argon ~/me/jsparagus/rust/driver % cargo run
Finished dev [unoptimized + debuginfo] target(s) in 0.00s
Running `/home/khyperia/me/jsparagus/rust/target/debug/driver`
> 2+2
{
"Script": {
"directives": [],
"statements": [
{
"ExpressionStatement": {
"BinaryExpression": {
"operator": "Add",
"left": {
"LiteralNumericExpression": {
"value": 2.0
}
},
"right": {
"LiteralNumericExpression": {
"value": 2.0
}
}
}
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment