cb15530670
Language, which was previously a part of math/py-mathics.
12 lines
537 B
Text
12 lines
537 B
Text
This is a tokeniser or scanner portion for the Wolfram Language.
|
|
|
|
As such, it also contains a full set of translation between Wolfram Language
|
|
named characters, their Unicode/ASCII equivalents and code-points.
|
|
|
|
This is used as the scanner inside Mathics but it can also be used for
|
|
tokenizing and formatting Wolfram Language code. This library is also quite
|
|
usefull if you need to work with Wolfram Language named character and convert
|
|
them to various formats.
|
|
|
|
WWW: https://mathics.org/
|
|
WWW: https://github.com/Mathics3/mathics-scanner
|