js.js
JIT compiler
A JavaScript compiler that translates high-level code into lower-level machine code to improve performance.
JS JIT in JS
217 stars
14 watching
10 forks
Language: JavaScript
last commit: almost 10 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
higgsjs/higgs | A JIT compiler for JavaScript targeting x86-64 platforms. | 875 |
rajkumardusad/jitcompiler | An online code compiler that supports multiple programming languages and allows users to write, compile, and run code in their browser or on-the-go. | 74 |
trevorburnham/jitter | A utility for continuously compiling CoffeeScript to JavaScript | 156 |
jank-lang/jank | A Clojure dialect on LLVM with C++ interop for a general-purpose programming language. | 1,685 |
sdiehl/tinyjit | A Haskell-based implementation of a JIT compiler for generating x86-64 machine code from an intermediate language composed of Haskell operations. | 183 |
jscl-project/jscl | A Common Lisp compiler that generates JavaScript code | 885 |
ion-lang/ion | A minimalist JavaScript language with curried functions, type detection and comparison improvements, and reduced mutable operations. | 80 |
cincheo/jsweet | Transpiles Java code to run on the web using TypeScript and JavaScript | 1,462 |
eclipse-jdtls/eclipse.jdt.ls | A Java language server providing comprehensive support for the Java programming language | 1,801 |
maierfelix/mini-js | A minimal JavaScript compiler that compiles basic JavaScript code with optional features into plain JavaScript. | 160 |
i-net-software/jlessc | A pure Java compiler for the Less CSS preprocessor | 56 |
js2coffee/js2coffee | Converts JavaScript code to CoffeeScript syntax | 2,083 |
fabiosantoscode/js2cpp | A tool that translates JavaScript code into C++ code using static type checking and code generation. | 111 |
jarred-sumner/atbuild | A tool for programmable code generation and preprocessing of JavaScript | 35 |
islam0mar/cl-cxx-jit | A Common Lisp interface to C++ code compilation and execution with JIT optimization | 62 |