jitcompiler
Code compiler
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.
JIT Compiler is a open source online code compiler. You can run more than 40+ most popular programming languages in your browser just-in-time using jitcompiler.
74 stars
4 watching
19 forks
Language: JavaScript
last commit: over 2 years ago code-compilercompilerjit-compileronline-code-executiononline-compileronline-editor
Related projects:
Repository | Description | Stars |
---|---|---|
js-js/js.js | A JavaScript compiler that translates high-level code into lower-level machine code to improve performance. | 217 |
jank-lang/jank | A Clojure dialect on LLVM with C++ interop for a general-purpose programming language. | 1,685 |
trevorburnham/jitter | A utility for continuously compiling CoffeeScript to JavaScript | 156 |
islam0mar/cl-cxx-jit | A Common Lisp interface to C++ code compilation and execution with JIT optimization | 62 |
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 |
cincheo/jsweet | Transpiles Java code to run on the web using TypeScript and JavaScript | 1,462 |
dinfuehr/dora | An Aarch64 and x86-64 JIT compiler written in Rust. | 493 |
dbohdan/compilers-targeting-c | A list of compilers and transpilers that can generate C code from various programming languages. | 703 |
thomasdenney/microjit | A JIT compiler for a microcomputer's embedded processor | 10 |
coderaiser/goldstein | A JavaScript compiler and parser that generates JavaScript code from a custom, self-modifying syntax | 13 |
ryanmjacobs/c | A utility for compiling and executing C scripts in one go! | 2,096 |
mikeakohn/java_grinder | Compiles Java bytecode to native machine code for embedded systems and retro computing platforms. | 496 |
mirkosertic/bytecoder | A tool to interpret and transpile JVM bytecode into other programming languages like JavaScript, WebAssembly, or OpenCL. | 897 |
justlucdewit/cod | A language and compiler that supports a unique concatenative stack-based programming paradigm. | 24 |
eliah-lakhin/lady-deirdre | A framework for building incremental language compilers and analyzers. | 444 |