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

https://github.com/bamless/virtual-machine

A simple stack VM written in c
https://github.com/bamless/virtual-machine

Last synced: 16 days ago
JSON representation

A simple stack VM written in c

Awesome Lists containing this project

README

          

# virtual-machine
This stack machine runs bytecode generated by [this](https://github.com/bamless/interpreter/tree/bytecode) compiler.

You can find more information in the compiler's repo [README.md](https://github.com/bamless/interpreter/tree/bytecode/README.md)