Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomdodd4598/mmpy-format-c-plus-plus
Format C++ objects into Mathematica and Python source strings.
https://github.com/tomdodd4598/mmpy-format-c-plus-plus
Last synced: 30 days ago
JSON representation
Format C++ objects into Mathematica and Python source strings.
- Host: GitHub
- URL: https://github.com/tomdodd4598/mmpy-format-c-plus-plus
- Owner: tomdodd4598
- License: mit
- Created: 2023-08-11T15:28:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-05T01:04:26.000Z (2 months ago)
- Last Synced: 2024-09-06T07:37:01.820Z (2 months ago)
- Language: C++
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
MMPy Formatter - C++
====================Summary
-------A simple C++ library to format objects into Mathematica and Python source strings, which can be interpreted by the `ToExpression` and `eval` functions, respectively.
Permissions
-----------In practice, the license on any code I write means very little, but for those who want a some semblance of formality, let it be stated that all code is available under the [MIT License](https://github.com/tomdodd4598/MMPy-Format-C-Plus-Plus/blob/main/LICENSE.md).