Skip to content

HttoHu/cakescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

简易的 JS 引擎,用于学习 LLVM JIT

Resources

Stars

Watchers

Forks

Packages

No packages published