VTIL

Virtual-machine Translation Intermediate Language


Keywords
VTIL, Project, Virtual-machine, Translation, Intermediate, Language
Licenses
BSD-3-Clause/BSD-3-Clause
Install
pip install VTIL==0.0.3

Documentation

VTIL-Python

// TODO: ..

Building (CMake)

Dependencies:

  • Python 2.7 (x64), Python 3.x (x64)
  • Visual Studio 2019
  • CMake 3.15 or higher

From a Visual Studio 2019 command prompt:

mkdir build && cd build
cmake -DPYTHON_EXECUTABLE=%PYTHON_PATH%\python.exe ..  ; e.g. c:\Python37-64\python.exe
cmake --build . --config Release
cmake --install . --component pyd --prefix .

This will give you vtil.pyd in the build directory.