mathlex 0.4.1

Mathematical expression parser for LaTeX and plain text notation, producing a language-agnostic AST
Documentation
{
  "kind": "MultipleIntegral",
  "value": {
    "bounds": {
      "bounds": [
        {
          "lower": {
            "kind": "Integer",
            "value": 0
          },
          "upper": {
            "kind": "Integer",
            "value": 1
          }
        },
        {
          "lower": {
            "kind": "Integer",
            "value": 0
          },
          "upper": {
            "kind": "Integer",
            "value": 2
          }
        }
      ]
    },
    "dimension": 2,
    "integrand": {
      "kind": "Function",
      "value": {
        "args": [
          {
            "kind": "Variable",
            "value": "x"
          },
          {
            "kind": "Variable",
            "value": "y"
          }
        ],
        "name": "f"
      }
    },
    "vars": [
      "x",
      "y"
    ]
  }
}