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

Add event handler #1074

Closed rocky closed 3 months ago

rocky commented 3 months ago

Code in support of event tracing debugging.

Used b y Mathics3 Module pymtathics.debugger in repository Mathics3/mathics-debugger.

rocky commented 3 months ago

test/core/test_sympy_python_convert.py and I don't understand it.

mmatera commented 3 months ago

test/core/test_sympy_python_convert.py and I don't understand it.

do you mean the unit test?