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

Another mini operator refactor #1191

Closed rocky closed 2 days ago

rocky commented 2 days ago

Set operator precedence for no-meaning prefix and posftix operators

Remove some operator = assignments in some Operator classes so we use the operator symbols from JSON.

A lot more work is needed here. This is just the first step.