## How to install
Currently we only ship the latest packages over `pip`, although soon a web *API* will be designed. To install, just run:
```sh
pip install mathsys
```
## *Mathsys*
*Mathsys* is a *DSL* (Domain-Specific Language) aimed to make math writing easier on computers, and something machines can actually understand.
To do so, we are building a hybrid syntax between what math currently is right now, but adding features from programming languages (like multicharacter variables).
The project is currently on its early stages, and future improvements will be made over time. Most features Mathsys aims to cover aren't close to being developed yet.
A new version is released every few weeks on an irregular schedule. Regular releases happen every one to three weeks, whilst patches and bug fixes are released soon after detection.
Check it out live on [Abscissa](https://abscissa.eu/playground).
I say *we* but I'm indeed a solo developer for now, so if you want to get involved learn
## How to contribute
1. **Check out our wiki:** [here](https://github.com/abscissa-math/mathsys/wiki).
2. **Join the team:** Contact us to become a member of the organisation and get write role.
3. **Work on a branch:** Create a new branch and add your changes. The branch `main` is protected against direct commits to keep the codebase clean, every commit there is a version deployed into the website.
4. **Submit the pull request:** Create a pull request. Don't forget to update the `changelog.md` and the version numbers accordingly. We will give you feedback.
> [!NOTE]
> If there is already a branch that is developing the next version, branch out instead from that branch instead of branching out from `main`.
## Technical background
Currently only a *Python* transpiler to *LaTeX* is available. Here is how it works:
1. Tokenization and *AST* building are handled completely by the [lark parser](https://github.com/lark-parser/lark) at once.
2. A small *LaTeX* generator runs over the *AST* and prints out *LaTeX* character by character.
## License
All rights reserved.
Raw data
{
"_id": null,
"home_page": null,
"name": "mathsys",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": null,
"keywords": "dsl, math, mathsys, compiler, language",
"author": null,
"author_email": "Alejandro Vaz <notyetimplemented@abscissa.eu>",
"download_url": null,
"platform": null,
"description": "## How to install\nCurrently we only ship the latest packages over `pip`, although soon a web *API* will be designed. To install, just run:\n```sh\npip install mathsys\n```\n\n## *Mathsys*\n*Mathsys* is a *DSL* (Domain-Specific Language) aimed to make math writing easier on computers, and something machines can actually understand.\n\nTo do so, we are building a hybrid syntax between what math currently is right now, but adding features from programming languages (like multicharacter variables).\n\nThe project is currently on its early stages, and future improvements will be made over time. Most features Mathsys aims to cover aren't close to being developed yet.\n\nA new version is released every few weeks on an irregular schedule. Regular releases happen every one to three weeks, whilst patches and bug fixes are released soon after detection.\n\nCheck it out live on [Abscissa](https://abscissa.eu/playground).\n\nI say *we* but I'm indeed a solo developer for now, so if you want to get involved learn\n\n## How to contribute\n1. **Check out our wiki:** [here](https://github.com/abscissa-math/mathsys/wiki).\n2. **Join the team:** Contact us to become a member of the organisation and get write role.\n3. **Work on a branch:** Create a new branch and add your changes. The branch `main` is protected against direct commits to keep the codebase clean, every commit there is a version deployed into the website.\n4. **Submit the pull request:** Create a pull request. Don't forget to update the `changelog.md` and the version numbers accordingly. We will give you feedback.\n\n> [!NOTE]\n> If there is already a branch that is developing the next version, branch out instead from that branch instead of branching out from `main`.\n\n## Technical background\nCurrently only a *Python* transpiler to *LaTeX* is available. Here is how it works:\n1. Tokenization and *AST* building are handled completely by the [lark parser](https://github.com/lark-parser/lark) at once.\n2. A small *LaTeX* generator runs over the *AST* and prints out *LaTeX* character by character.\n\n## License\nAll rights reserved.\n",
"bugtrack_url": null,
"license": "SEE LICENSE IN LICENSE.md",
"summary": "The Domain Specific Language for math.",
"version": "0.10.2",
"project_urls": null,
"split_keywords": [
"dsl",
" math",
" mathsys",
" compiler",
" language"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "4055476349806095197d76eaa7ff9aa4e6f1c7052a3e06b31ccae49fa7f1ea34",
"md5": "b3764c8ae54d0697e9d28e1ad83aade6",
"sha256": "859f73cb13180fb8f75ab7ba005898df6dcafdf90ace64e1b26cbefa64293073"
},
"downloads": -1,
"filename": "mathsys-0.10.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b3764c8ae54d0697e9d28e1ad83aade6",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 32963,
"upload_time": "2025-07-26T05:21:22",
"upload_time_iso_8601": "2025-07-26T05:21:22.025222Z",
"url": "https://files.pythonhosted.org/packages/40/55/476349806095197d76eaa7ff9aa4e6f1c7052a3e06b31ccae49fa7f1ea34/mathsys-0.10.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-26 05:21:22",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "mathsys"
}