A basic process virtual machine
A simple register based process virtual machine which is written in C/C++. It uses its own dialect of assembly and is designed to work on OSX x86_64 systems. It is intended to be used with the Giraffe Programming language but can be used with others.
To compile Hydrogen make sure you have gcc and simply type make
. This will compile the files and add the hydro
binary to your /usr/bin directory.
To test your freshly built version of Hydrogen, press type make test
or hydro -R test.txt
Take a look at opcodes.txt
Yup! Look at LICENSE
No Way! There's always more to do! Look at docs/TODO.txt