Mathics3 / mathics-core

An open-source Mathematica. This repository contains the Python modules for WL Built-in functions, variables, core primitives, e.g. Symbol, a parser to create Expressions, and an evaluator to execute them.
https://mathics.org
Other
786 stars 48 forks source link

Remove "precedence" in operator classes... #1080

Closed rocky closed 3 months ago

rocky commented 3 months ago

Removes setting class variable precedence. This is now controlled from the Mathics Scanner project.

Duplicating information can lead to inconsistency and confusion.