mathlex 0.4.1

Mathematical expression parser for LaTeX and plain text notation, producing a language-agnostic AST
Documentation
{
  "kind": "Determinant",
  "value": {
    "matrix": {
      "kind": "Matrix",
      "value": [
        [
          {
            "kind": "Integer",
            "value": 1
          },
          {
            "kind": "Integer",
            "value": 2
          }
        ],
        [
          {
            "kind": "Integer",
            "value": 3
          },
          {
            "kind": "Integer",
            "value": 4
          }
        ]
      ]
    }
  }
}