cslarsen / python-simple-vmLinks
A simple virtual machine w/constant folding implemented in Python
☆119Updated 5 years ago
Alternatives and similar repositories for python-simple-vm
Users that are interested in python-simple-vm are comparing it to the libraries listed below
Sorting:
- A stack machine VM, interpreter and genetic programming library☆44Updated 7 years ago
- Mini: Interpreter and a programming language implemented in Python☆146Updated 10 years ago
- A single-pass, recursive decent LL(1) compiler written by hand for a made-up language.