mathlex 0.4.1

Mathematical expression parser for LaTeX and plain text notation, producing a language-agnostic AST
Documentation
{
  "kind": "Matrix",
  "value": [
    [
      {
        "kind": "Variable",
        "value": "a"
      },
      {
        "kind": "Variable",
        "value": "b"
      }
    ],
    [
      {
        "kind": "Variable",
        "value": "c"
      },
      {
        "kind": "Variable",
        "value": "d"
      }
    ]
  ]
}