Ecosyste.ms: Awesome

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

https://github.com/felixangell/mac

bytecode interpreter in c (blog post)
https://github.com/felixangell/mac

bytecode-interpreter c virtual-machine vm

Last synced: 3 months ago
JSON representation

bytecode interpreter in c (blog post)

Lists

README

        

# mac
mac is a simple virtual machine created for educational purposes. Here is the accompanied [blog post](https://felixangell.com/blogs/virtual-machine-in-c).

There is a slightly more extended example in the [mac-improved](mac-improved/) folder.

In addition, there is a more complicated virtual machine written in C in the same style as mac [here](https://github.com/felixangell/krug/tree/master/vm) I wrote as a target for my 'krug' compiler.