Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 3 days ago
JSON representation

Absolutely tiny toy python-ish interpreter built around maug/retroflat

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.