Compilers are software that translate higher-level programming languages to lower-level languages (e.g. machine code).
There are 23,147 repositories under compiler topic.
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. 📦🚀
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
Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
Rust-based platform for the Web
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
A TypeScript-like language for WebAssembly.
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).
A Python Interpreter written in Rust
A Java 8+ Jar & Android APK Reverse Engineering Suite (Decompiler, Editor, Debugger & More)
Run compilers interactively from your web browser and interact with the assembly
Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, and 3.10. You feed it your Python app, it does a lot of clever things, and spits out an executable or extension module.
Write components once, run everywhere. Compiles to Vue, React, Solid, Angular, Svelte, and more.
:sunglasses: Curated list of awesome resources on Compilers, Interpreters and Runtimes
Repository for the book "Crafting Interpreters"