Python Interpreter

Byterun

A compact Python Interpreter written in Python.
Check the github repository here: Python Interpreter

What is Byterun?

Byterun structure

There are four kinds of objects in Byterun:

1. VirtualMachine class:

Call stack architecture

Call stack architecture

License

Distributed under the MIT License. See LICENSE.md for more information.

References