Implementation of MIX Virtual Machine.
Easy way to build using cmake and nothing more:
mkdir build
cd build
cmake ..
make
and run the application
./mix_vm
brew install cmake clang-format
mkdir build
cd build
cmake -G XCode ..
Do not forget to run git clang-format before git commit