{
  "type": "apply",
  "operator": {
    "type": "word",
    "line": 1,
    "col": 1,
    "length": 2,
    "name": "do"
  },
  "args": [
    {
      "type": "apply",
      "operator": {
        "type": "word",
        "line": 2,
        "col": 5,
        "length": 3,
        "name": "def"
      },
      "args": [
        {
          "type": "word",
          "line": 2,
          "col": 9,
          "length": 1,
          "name": "x"
        },
        {
          "type": "value",
          "value": "hello world!"
        }
      ]
    },
    {
      "type": "apply",
      "operator": {
        "type": "word",
        "line": 3,
        "col": 5,
        "length": 5,
        "name": "print"
      },
      "args": [
        {
          "type": "word",
          "line": 3,
          "col": 11,
          "length": 1,
          "name": "x"
        }
      ]
    }
  ]
}