Compilers are software that translate higher-level programming languages to lower-level languages (e.g. machine code).
There are 17,444 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. https://vlang.io
Rust-based platform for the Web
A TypeScript-like language for WebAssembly.
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
A Java 8+ Jar & Android APK Reverse Engineering Suite (Decompiler, Editor, Debugger & More)
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
Run compilers interactively from your web browser and interact with the assembly
:sunglasses: Curated list of awesome resources on Compilers, Interpreters and Runtimes
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.
Repository for the book "Crafting Interpreters"