Construction of a compiler and a virtual machine for the Alpha language. This project was done for the purposes of a university course.
make
# run compiler
./alpha [testfile]
# run alpha's virtual machine
./alphavm binary.abc
- Supports short-circuit evaluation.