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
782 stars 48 forks source link

fix format Sequence[] and the issue with Delete[...,0]. Avoid to delete mathics-title.pdf #1115

Closed mmatera closed 1 month ago

mmatera commented 1 month ago

This PR fixes how expressions including Sequence[...] are formatted. Also fixes the issue that makes make clean delete mathics-title.pdf

This should fix #1106

rocky commented 1 month ago

Thanks! LGTM - merging...