591a51290c76d6e6c6f8f9832560758ba6eaace8
#cmm
A C implementation of the Mythical Machine that executes its' bytecode.
##Building & Installing
The project comes with a Makefile. Just run make
to get a build in the
bin
directory. If you really want to install it, run make install
. That
will only work on Unix systems, though, I am afraid and may clutter your workspace.
##Usage
usage: cmm program_name
This will "parse" the file and execute the bytecode.
Have fun!
Description
Languages
C
66.3%
Makefile
33.7%