{ "functions": [ { "instrs": [ { "dest": "v0", "op": "const", "type": "int", "value": 1 }, { "dest": "v1", "op": "const", "type": "int", "value": 2 }, { "args": [ "v0", "v1" ], "dest": "v2", "op": "add", "type": "int" }, { "args": [ "v2" ], "op": "print" } ], "name": "main" } ] }