/vm

a virtual machine

Primary LanguageCMIT LicenseMIT

This is a toy virtual machine with little practical use

Compiling

make

or

gcc src/compiler.c -o compiler

Usage

./<vm> <input>

Examples are located in examples