Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 279 Bytes

File metadata and controls

9 lines (7 loc) · 279 Bytes

Introduction

A simple JavaScript Interpreter. Try to use LLVM JIT to accelerate speed.

How to install

  1. install CMake first
  2. make ensure your system have installed llvm zlib1g zlib1g-dev
  3. run mkdir build && cmake .. && make -j4 to build the project

Options