mathlex 0.4.1

Mathematical expression parser for LaTeX and plain text notation, producing a language-agnostic AST
Documentation
{
  "kind": "SetBuilder",
  "value": {
    "domain": {
      "kind": "NumberSetExpr",
      "value": {
        "kind": "Real"
      }
    },
    "predicate": {
      "kind": "Inequality",
      "value": {
        "left": {
          "kind": "Variable",
          "value": "x"
        },
        "op": {
          "kind": "Gt"
        },
        "right": {
          "kind": "Integer",
          "value": 0
        }
      }
    },
    "variable": "x"
  }
}