mathlex 0.4.1

Mathematical expression parser for LaTeX and plain text notation, producing a language-agnostic AST
Documentation
{
  "kind": "Integral",
  "value": {
    "bounds": {
      "lower": {
        "kind": "Integer",
        "value": 0
      },
      "upper": {
        "kind": "Integer",
        "value": 1
      }
    },
    "integrand": {
      "kind": "Variable",
      "value": "x"
    },
    "var": "x"
  }
}