UNPKG

evm2term

Version:

Translates from Egg Virtual Machine (JSON) to a summarized AST term

164 lines 3.14 kB
{ "type": "apply", "operator": { "type": "word", "line": 1, "col": 1, "length": 2, "name": "do" }, "args": [ { "type": "apply", "operator": { "type": "word", "line": 2, "col": 3, "length": 3, "name": "def" }, "args": [ { "type": "word", "line": 2, "col": 7, "length": 1, "name": "x" }, { "type": "apply", "operator": { "type": "word", "line": 2, "col": 10, "length": 5, "name": "array" }, "args": [ { "type": "value", "value": 1 }, { "type": "value", "value": 4 }, { "type": "apply", "operator": { "type": "word", "line": 2, "col": 22, "length": 5, "name": "array" }, "args": [ { "type": "value", "value": 5 }, { "type": "value", "value": 3 } ] } ] } ] }, { "type": "apply", "operator": { "type": "word", "line": 3, "col": 3, "length": 5, "name": "print" }, "args": [ { "type": "property", "operator": { "type": "word", "line": 3, "col": 9, "length": 1, "name": "x" }, "args": [ { "type": "value", "value": 0 } ] } ] }, { "type": "apply", "operator": { "type": "word", "line": 4, "col": 3, "length": 5, "name": "print" }, "args": [ { "type": "property", "operator": { "type": "word", "line": 4, "col": 9, "length": 1, "name": "x" }, "args": [ { "type": "value", "value": 2 } ] } ] }, { "type": "apply", "operator": { "type": "word", "line": 5, "col": 3, "length": 5, "name": "print" }, "args": [ { "type": "property", "operator": { "type": "property", "operator": { "type": "word", "line": 5, "col": 9, "length": 1, "name": "x" }, "args": [ { "type": "value", "value": 2 } ] }, "args": [ { "type": "value", "value": 1 } ] } ] } ] }