mathlex 0.4.1

Mathematical expression parser for LaTeX and plain text notation, producing a language-agnostic AST
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "kind": "Sum",
  "value": {
    "body": {
      "kind": "Variable",
      "value": "i"
    },
    "index": "i",
    "lower": {
      "kind": "Integer",
      "value": 1
    },
    "upper": {
      "kind": "Variable",
      "value": "n"
    }
  }
}