• Stars
    star
    720
  • Rank 60,744 (Top 2 %)
  • Language
    C
  • Created about 9 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

bytecode interpreter in c (blog post)

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.