Skip to content

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

License

Notifications You must be signed in to change notification settings

maninak/alpha_vm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published