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
763 stars 44 forks source link

Fix $InputFileName #991

Closed adamantinum closed 7 months ago

adamantinum commented 8 months ago

Currently $InputFileName returns always an empty string. The commit fixes this wrong behaviour, I don't know if I did it in the optimal way.

rocky commented 7 months ago

LGTM too.