The Domain Specific Language for math.
Project description
Mathsys
Mathsys is a DSL (Domain-Specific Language) aimed to make math writing easier on computers, and something machines can actually understand.
Mathsys bridges the gap between traditional mathematical notation and programming languages. It provides a hybrid syntax that maintains mathematical readability while adding programming language features like multi-character variables and structured expressions.
Installation
Install the latest version via pip:
pip install mathsys
Package
To use the package, simply import it:
import mathsys
It is recommended that you import a version specifically, versions available now are v1, v2 and dev:
import mathsys.dev as mathsys
The latter way ensures you always use that version, no matter the updates that the package receives.
CLI
Compile a Mathsys file to different targets with:
python -m mathsys <target> <filename>.msX
where .msX stands for .ms1, .ms2 ... and .msd.
You will need rustc installed with the target you are compiling to. If that feels too cumbersome (it really is), try it out first on Abscissa.
[!NOTE] Targets available are:
validate,latex,webandunix-x86-64.
Project Status
Mathsys is actively developed with regular releases every 1-3 weeks. This project is still in its early stages, so expect major shifts and changes. Most features aren't close to being developed yet.
If you want to get involved in the project, learn how to contribute.
Technical Background
- Parser: A lark parser based on Earley that tokenizes the source and builds the AST.
- LaTeX: Our custom LaTeX generator that traverses the AST and outputs easy-to-read LaTeX.
- IR: A fully binary Intermediate Representation.
- Runtime: Rust based
no_stdruntime which interprets the IR embedded into it and implements control-flow for low-level operations. - Assembly: For low-level operations that require speed and don't need memory safety.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mathsys-3.9.16.tar.gz.
File metadata
- Download URL: mathsys-3.9.16.tar.gz
- Upload date:
- Size: 133.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7fa59d2737427d774bcd827d140687dfd33426802de5cd8df070fda7128aa4d4
|
|
| MD5 |
288db0ec1b059dc0409cc6b83d22418e
|
|
| BLAKE2b-256 |
29475b0276e07e62869328d0eb79e16c4f0e2b7c7fb5993926a982035c60d6f2
|
File details
Details for the file mathsys-3.9.16-py3-none-any.whl.
File metadata
- Download URL: mathsys-3.9.16-py3-none-any.whl
- Upload date:
- Size: 172.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d37158e3704ee7bdda4bea57c3b6ba18a27c89182edf06dedb7eb0ec34d6bc0
|
|
| MD5 |
236504cfa1291d219c19dda8b9633423
|
|
| BLAKE2b-256 |
5e7c184b209cde70e132a65f53c3147a100c34f98bd693e683bd304fc38d5441
|