Skip to content

aligusnet/mixvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mixvm

Build Status

Implementation of MIX Virtual Machine.

building

Easy way to build using cmake and nothing more:

mkdir build
cd build
cmake ..
make

and run the application

./mix_vm

macOS

initial setup

brew install cmake clang-format

XCode project

mkdir build
cd build
cmake -G XCode ..

development

Do not forget to run git clang-format before git commit