Skip to content

Horiwix/VM-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stack based Virtual Machine written in Python

POC of Virtual Machine written in Python.

Only a handful of operations supported. Includes test codes to print Hello, World! and loop with value incrementation and condition check.

Popular stack based VM's:

Inspired by: https://github.com/blooser/Programming-Challenges/tree/master/VirtualMachine

Running

$ python main.py

About

Stack base Virtual Machine written in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages