The React Framework
-
Updated
Dec 5, 2024 - JavaScript
Compilers are software that translate higher-level (more human readable) programming languages to lower-level languages (e.g. machine code). The processor executes machine code, which indicates when binary high and low signals are required in the arithmetic logic unit of the processor. Examples of compiled languages include BASIC, Fortran, C++, C, and Java.
The React Framework
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
The zero configuration build tool for the web. 📦🚀
A markdown parser and compiler. Built for speed.
Turn your ES5 code into readable ES6. Lebab does the opposite of what Babel does.
A library and language for building parsers, interpreters, compilers, etc.
⚡ Walt is a JavaScript-like syntax for WebAssembly text format ⚡
🏖️ The safer and faster ECMA5.1 interpreter written by JavaScript
Cheerp - a C/C++ compiler for Web applications - compiles to WebAssembly and JavaScript
Clio is a functional, parallel, distributed programming language.
Toolchain for WebAssembly
A tiny evaluator and compiler of arithmetic expressions.
A simple stack-based virtual machine that runs C in the browser.