Skip to content

vsl-lang/vsl-bindgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vsl-bindgen

Build status

A converter to create VSL bindings for a C/C++ header file.

Installation

Windows

Download a pre-built version from the artifacts and place it in your PATH.

Linux

You must have CMake, Clang/LLVM, and a C++ toolchain. Then run:

$ mkdir build
$ cd build
$ cmake ..
$ cd ..
$ make
$ sudo make install

Usage

Use bindgen through vsl bindgen as the C++ app itself uses a binary format for I/O and options.

About

Creates VSL bindings for a C/C++ header file.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published