compiler
Compilers are software that translate higher-level programming languages to lower-level languages (e.g. machine code).
There are 11666 repositories under compiler topic.
vercel/next.js
The React Framework
rust-lang/rust
Empowering everyone to build reliable and efficient software.
sveltejs/svelte
web development for the rest of us
webpack/webpack
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.
FuelLabs/sway
🌴 Empowering everyone to build reliable and efficient smart contracts.
gatsbyjs/gatsby
The best React-based framework with performance, scalability and security built in.
JetBrains/kotlin
The Kotlin Programming Language.
typst/typst
A markup-based typesetting system that is powerful and easy to learn.
parcel-bundler/parcel
The zero configuration build tool for the web. 📦🚀
babel/babel
🐠 Babel is a compiler for writing next generation JavaScript.
ziglang/zig
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
evanw/esbuild
An extremely fast bundler for the web
vlang/v
Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation. https://vlang.io
markedjs/marked
A markdown parser and compiler. Built for speed.
carbon-language/carbon-lang
Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
swc-project/swc
Rust-based platform for the Web
v8/v8
The official mirror of the V8 Git repository
vercel/pkg
Package your Node.js project into an executable
oracle/graal
GraalVM compiles applications into native executables that start instantly, scale fast, and use fewer compute resources 🚀
RustPython/RustPython
A Python Interpreter written in Rust
gleam-lang/gleam
⭐️ A friendly language for building type-safe, scalable systems!
crystal-lang/crystal
The Crystal Programming Language
compiler-explorer/compiler-explorer
Run compilers interactively from your web browser and interact with the assembly
AssemblyScript/assemblyscript
A TypeScript-like language for WebAssembly.
nim-lang/Nim
Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
aidenybai/million
Optimizing compiler for React
oxc-project/oxc
⚓ A collection of JavaScript tools written in Rust.
exaloop/codon
A high-performance, zero-overhead, extensible Python compiler with built-in NumPy support
Konloch/bytecode-viewer
A Java 8+ Jar & Android APK Reverse Engineering Suite (Decompiler, Editor, Debugger & More)
Nuitka/Nuitka
Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.4-3.13. You feed it your Python app, it does a lot of clever things, and spits out an executable or extension module.
BuilderIO/mitosis
Write components once, run everywhere. Compiles to React, Vue, Qwik, Solid, Angular, Svelte, and more.
gopherjs/gopherjs
A compiler from Go to JavaScript for running Go code in a browser
apache/tvm
Open deep learning compiler stack for cpu, gpu and specialized accelerators
DoctorWkt/acwj
A Compiler Writing Journey
web-infra-dev/rspack
The fast Rust-based JavaScript bundler with webpack-compatible API 🦀️
numba/numba
NumPy aware dynamic Python compiler using LLVM