Skip to content

aligusnet/mixvm

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 

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