maninak / alpha_vm

A virtual machine that executes compiled executables of the javascript-like language Alpha.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alpha Virtual Machine

A virtual machine that executes compiled executables of the javascript-like language Alpha.

Build

Using a terminal, navigate in the project folder and type:

make

This will compile and link all files and libraries into a single file alpha_vm.

Run

After you have created an Alpha executable *.abc file with Alpha Compiler, you can then launch the vm with the executable as an argument.

./alpha_vm out.abc

About

A virtual machine that executes compiled executables of the javascript-like language Alpha.

License:GNU General Public License v2.0


Languages

Language:C 89.9%Language:Makefile 5.8%Language:Objective-C 4.3%