Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/indigoparadox/mpyrite
Absolutely tiny toy python-ish interpreter built around maug/retroflat
https://github.com/indigoparadox/mpyrite
c89 maug pre-alpha python retrocomputing toy-language
Last synced: 4 months ago
JSON representation
Absolutely tiny toy python-ish interpreter built around maug/retroflat
- Host: GitHub
- URL: https://github.com/indigoparadox/mpyrite
- Owner: indigoparadox
- License: gpl-3.0
- Created: 2023-02-04T04:49:12.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-13T19:56:12.000Z (7 months ago)
- Last Synced: 2024-09-30T01:21:44.495Z (4 months ago)
- Topics: c89, maug, pre-alpha, python, retrocomputing, toy-language
- Language: C
- Homepage:
- Size: 179 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# mpyrite
This is a rough attempt to make a tiny environment or "fantasy console" on which to run limited python-esque programs in a VM with ready access to functions provided by maug/retroflat.
Subject to the same limitations as those projects (i.e. code must compile under ancient compilers like VC6).
It is very experimental, extremely unpolished and a lot of documentation is pending experimentation.