evm2term
Version:
Translates from Egg Virtual Machine (JSON) to a summarized AST term
31 lines • 439 B
JSON
{
"type": "apply",
"operator": {
"type": "apply",
"operator": {
"type": "word",
"line": 1,
"col": 1,
"length": 1,
"name": "f"
},
"args": [
{
"type": "value",
"value": 1,
"line": 1,
"col": 3,
"length": 1
}
]
},
"args": [
{
"type": "value",
"value": 2,
"line": 1,
"col": 6,
"length": 1
}
]
}