Introduction A simple JavaScript Interpreter. Try to use LLVM JIT to accelerate speed. How to install install CMake first make ensure your system have installed llvm zlib1g zlib1g-dev run mkdir build && cmake .. && make -j4 to build the project Options