jit.rs Build Status

jit.rs is a Rust library that wraps LibJIT, the lightweight open-source JIT compiler library. It also includes a macro for parsing JIT-compatible types into the actual Type, and will soon have macro for generating JIT instructions from Rust expressions.

If you want to build this, you'll need to install these packages: sudo apt install autoconf automake texinfo libtool bison flex g++