Skip to content

partisani/PBytes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PBytes

Pbytes is a very minimal and simple Bytecode VM, made in python, based on two classes: The Stack and the Interpreter, the stack works as a form of memory, and the interpreter runs your code, in a very bad way.

Installing:

  1. Install bson: pip install bson.

  2. Put the src folder into yours project folder, then import it in any way you want. Like import pbytes or any way you want.

Usage:

Not written yet...

Releases

No releases published

Packages

No packages published

Languages