mathlex 0.4.1

Mathematical expression parser for LaTeX and plain text notation, producing a language-agnostic AST
Documentation
{
  "kind": "Derivative",
  "value": {
    "expr": {
      "kind": "Function",
      "value": {
        "args": [
          {
            "kind": "Variable",
            "value": "x"
          }
        ],
        "name": "f"
      }
    },
    "order": 2,
    "var": "x"
  }
}