mathics / Mathics

This repository is for archival. Please see https://github.com/Mathics3/mathics-core
https://mathics.org
Other
2.07k stars 205 forks source link

``\(something\)-> RowBox[{"something"}]`` and ``\!\(something\)-> DisplayForm[RowBox[{"something"}]]`` #1240

Closed mmatera closed 3 years ago

mmatera commented 3 years ago

In KnotTheory, these "operator" are used. So, we would need to implement this in the scanner. See https://reference.wolfram.com/language/tutorial/InputSyntax.html ("String‐Based Input" section)

and https://reference.wolfram.com/language/tutorial/TextualInputAndOutput.html#28564

mmatera commented 3 years ago

PR #1306 should fix this.