2020-03-25 11:12:11 +01:00
2015-07-14 18:06:44 +02:00
2015-07-14 19:59:45 +02:00
2015-07-14 18:06:44 +02:00
2015-07-14 18:07:38 +02:00
2015-07-14 18:06:44 +02:00
2020-03-25 11:12:11 +01:00

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 it may clutter your workspace.

Usage

usage: cmm program_name

This will "parse" the file and execute the bytecode.


Have fun!

Description
A C implementation of the Mythical (Virtual) Machine
Readme 88 KiB
Languages
C 66.3%
Makefile 33.7%