UNPKG

evm2term

Version:

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

81 lines 1.76 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": 5, "name": "print" }, "args": [ { "type": "apply", "operator": { "type": "property", "operator": { "type": "apply", "operator": { "type": "property", "operator": { "type": "value", "value": 4, "line": 3, "col": 5, "length": 1 }, "args": [ { "type": "value", "value": "+", "line": 3, "col": 7, "length": 1, "raw": "\"+\"" } ] }, "args": [ { "type": "value", "value": 5, "line": 3, "col": 9, "length": 1 } ] }, "args": [ { "type": "value", "value": "+", "line": 3, "col": 12, "length": 1, "raw": "\"+\"" } ] }, "args": [ { "type": "value", "value": 3.2, "line": 3, "col": 14, "length": 3 } ] } ] } ] }