JacksonTian / mac

bytecode interpreter in c (blog post)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mac

mac is a simple virtual machine created for educational purposes. Here is the accompanied blog post.

There is a slightly more extended example in the mac-improved folder.

In addition, there is a more complicated virtual machine written in C in the same style as mac here I wrote as a target for my 'krug' compiler.

About

bytecode interpreter in c (blog post)


Languages

Language:C 98.5%Language:Makefile 1.5%