polaris / eva-vm

A simple virtual machine for the Eva programming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eva-vm

A simple virtual machine for the Eva programming language.

Build instructions

Conan - Detect profile

conan profile detect --force

Conan - Install requirements

conan install . --output-folder=build --build=missing

CMake - Configuration

cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Release

CMake - Build

cmake --build .

About

A simple virtual machine for the Eva programming language.


Languages

Language:C++ 99.0%Language:CMake 1.0%