UNPKG

evm2term

Version:

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

84 lines 1.74 kB
{ "type": "apply", "operator": { "type": "word", "line": 1, "col": 1, "length": 5, "name": "print" }, "args": [ { "type": "property", "operator": { "type": "apply", "operator": { "type": "property", "operator": { "type": "apply", "operator": { "type": "word", "line": 1, "col": 7, "length": 5, "name": "array" }, "args": [ { "type": "value", "value": 1, "line": 1, "col": 13, "length": 1 }, { "type": "value", "value": 4, "line": 1, "col": 15, "length": 1 }, { "type": "value", "value": 5, "line": 1, "col": 17, "length": 1 } ] }, "args": [ { "type": "value", "value": "join", "line": 1, "col": 20, "length": 4, "raw": "\"join\"" } ] }, "args": [ { "type": "value", "value": "-", "line": 1, "col": 25, "length": 3, "raw": "\"-\"" } ] }, "args": [ { "type": "value", "value": "length", "line": 1, "col": 30, "length": 6, "raw": "\"length\"" } ] } ] }