{"id":85419,"url":"https://github.com/hummanta/awesome-compilers","name":"awesome-compilers","description":"An opinionated list of awesome compiler frameworks, libraries, software and resources.","projects_count":244,"last_synced_at":"2026-06-08T05:00:25.491Z","repository":{"id":277466361,"uuid":"920383153","full_name":"hummanta/awesome-compilers","owner":"hummanta","description":"An opinionated list of awesome compiler frameworks, libraries, software and resources.","archived":false,"fork":false,"pushed_at":"2025-03-29T03:48:49.000Z","size":82,"stargazers_count":24,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-22T17:48:41.760Z","etag":null,"topics":["awesome","awesome-list","collections","compiler","debugger","interpreter","libraries","list","parser","programming-languages","resources"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hummanta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-22T03:45:45.000Z","updated_at":"2026-02-15T13:13:07.000Z","dependencies_parsed_at":"2025-02-14T04:23:08.229Z","dependency_job_id":"d8f2ed3f-67d3-4956-8377-8b24816a786c","html_url":"https://github.com/hummanta/awesome-compilers","commit_stats":null,"previous_names":["hummanta/awesome-compilers"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hummanta/awesome-compilers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hummanta%2Fawesome-compilers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hummanta%2Fawesome-compilers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hummanta%2Fawesome-compilers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hummanta%2Fawesome-compilers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hummanta","download_url":"https://codeload.github.com/hummanta/awesome-compilers/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hummanta%2Fawesome-compilers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34048682,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"created_at":"2025-03-03T06:15:20.618Z","updated_at":"2026-06-08T05:00:25.492Z","primary_language":null,"list_of_lists":false,"displayable":true,"categories":["Python","Rust","C/C++","TypeScript","JavaScript","Lisp","Golang","Solidity"],"sub_categories":["Other dialects and variants","Common Lisp","Scheme","Emacs Lisp","Clojure"],"readme":"# awesome-compilers\nAn opinionated list of awesome compiler frameworks, libraries, software and resources.\n\n## Contents\n\n[C/C++](#cc) · [Golang](#golang) · [Javascript](#javascript) · [Lisp](#lisp) · [Python](#python) · [Rust](#rust) · [Solidity](#solidity) · [Typescript](#typescript)\n\n##  C/C++\n\n\u003e Inspired by [Awesome C++](https://github.com/fffaraz/awesome-cpp), organised and assembled from the [Compiler section](https://github.com/fffaraz/awesome-cpp?tab=readme-ov-file#compiler), for more details visit their project homepage. [MIT license](https://github.com/fffaraz/awesome-cpp#MIT-1-ov-file)\n\n*List of C or C++ compilers*\n\n- [8cc](https://github.com/rui314/8cc) - A Small C Compiler, It's intended to support all C11 language features while keeping the code as small and simple as possible.\n- [c](https://github.com/ryanmjacobs/c) - Compile and execute C \"scripts\" in one go!\n- [chibicc](https://github.com/rui314/chibicc) - chibicc is yet another small C compiler that implements most C11 features.\n- [Clang](http://clang.llvm.org/) - A C compiler for LLVM. Supports C++11/14/1z C11. Developed by LLVM Team.\n- [GCC](https://gcc.gnu.org/) - GNU Compiler Collection. Supports C++11/14/1z C11 and OpenMP.\n- [PCC](https://github.com/IanHarvey/pcc) - A very old C compiler. Supports C99.\n- [AMD C++ Compiler](https://www.amd.com/en/developer/aocc.html) - Developed by AMD.\n- [Intel C++ Compiler](https://software.intel.com/en-us/c-compilers) - Developed by Intel.\n- [Intel SPMD](http://ispc.github.io/) - Compiler for a variant of the C language, for single program, multiple data programming.\n- [lcc](https://github.com/drh/lcc) - The lcc retargetable ANSI C compiler.\n- [LLVM](http://llvm.org/) - Collection of modular and reusable compiler and toolchain technologies.\n- [Microsoft Visual C++](https://docs.microsoft.com/en-us/cpp/dotnet/dotnet-programming-with-cpp-cli-visual-cpp?view=msvc-160) - MSVC, developed by Microsoft.\n- [Open WatCom](https://github.com/open-watcom) - Watcom C, C++, and Fortran cross compilers and tools.\n- [Oracle Solaris Studio](http://www.oracle.com/technetwork/server-storage/solarisstudio/overview/index.html) - C, C++ and Fortran compiler for SPARC and x86. Supports C++11. Available on Linux and Solaris.\n- [TCC](http://bellard.org/tcc/) - A small C compiler written by Fabrice Bellard.\n\n*List of online C or C++ compilers*\n\n- [CodeChef](https://www.codechef.com/ide) - Online compiler supports multiple programming languages like Python, C++, C, JavaScript, Rust, Go, Kotlin, and many more.\n- [Coliru](http://coliru.stacked-crooked.com/) - Online compiler/shell with support for various C++ compilers.\n- [Compiler Explorer](http://gcc.godbolt.org/) - An interactive compiler with assembly output available.\n- [CompileOnline](http://www.tutorialspoint.com/codingground.htm) - Compile and Execute C++ online on Linux.\n- [Ideone](http://ideone.com/) - An online compiler and debugging tool which allows you to compile source code and execute it online in more than 60 programming languages.\n- [OneCompiler](https://onecompiler.com/) - An online compiler supporting over 70 programming languages and database systems.\n- [Programiz](https://www.programiz.com/cpp-programming/online-compiler) - An online compiler for learners and developers.\n- [repl.it](https://repl.it/) - A powerful yet simple tools and platforms for educators, learners, and developers.\n- [Rextester](http://rextester.com/runcode) - Online compiler which provides several compilers(Clang, GCC, MSVC) and several editors.\n- [Try It Online](https://tio.run/) - TIO is a family of online interpreters for an evergrowing list of practical and recreational programming languages.\n- [Wandbox](https://wandbox.org/) - An online Clang/GCC compiler with Boost available.\n- [paiza.io](https://paiza.io/en) - An online C/C++ compiler with multiple files supporting feature, GitHub(gist) integration and collaborative editing.\n- [InterviewBit](https://www.interviewbit.com/online-cpp-compiler/) - A simple and easy to use online C++ compiler.\n\n*List of C or C++ debuggers*\n\n- [Comparison of debuggers](https://en.wikipedia.org/wiki/Comparison_of_debuggers) - A list of Debuggers from Wikipedia.\n- [GDB](https://www.gnu.org/software/gdb/) - GNU Debugger.\n- [LLDB](http://lldb.llvm.org/) - The LLDB Debugger.\n- [Metashell](https://metashell.readthedocs.org/) - An interactive template metaprogramming shell which includes the MDB metadebugger.\n- [Valgrind](http://valgrind.org/) - A tool for memory debugging, memory leak detection, and profiling.\n- [x64dbg](http://x64dbg.com/) - An open-source x64/x32 debugger for windows.\n\n## Golang\n\n*List of Golang compilers*\n\n- [Go Compiler](https://github.com/golang/go) - The official Go compiler, supports AOT compilation, based on Plan 9 assembly and partially on LLVM.\n- [llgo](https://github.com/go-llvm/llgo) - An older LLVM-based compiler for Go, now discontinued, but of historical value.\n- [TinyGo](https://github.com/tinygo-org/tinygo) - A lightweight Go compiler based on LLVM, suitable for embedded systems and WebAssembly.\n\n*Tools for parsing Go code and generating the abstract syntax tree (AST)*\n\n- [antlr4-go](https://github.com/antlr/antlr4/tree/master/runtime/Go) - The Go runtime for ANTLR, can be used to parse various languages, including Go.\n- [go/ast](https://pkg.go.dev/go/ast) - Go's standard library for AST parsing, often used in conjunction with `go/parser`.\n- [go/parser](https://pkg.go.dev/go/parser) - The official Go parsing library, parses Go code and generates an AST.\n- [golangci-lint](https://github.com/golangci/golangci-lint) - A linter that uses multiple Go parsers to perform static analysis and code formatting checks.\n- [gocc](https://github.com/goccmack/gocc) - A Go-written LALR(1) parser generator, similar to YACC/Bison.\n- [goyacc](https://godoc.org/golang.org/x/tools/cmd/goyacc) - YACC Implementation in Go. Standard LALR(1) parser generator.\n- [Peg](https://github.com/pointlander/peg) - A PEG parser generator for Go, supports grammar rule definitions.\n- [tuqqu/go-parser](https://github.com/tuqqu/go-parser) - Golang parser written in PHP.\n\n*Tools for converting Go code to other languages*\n\n- [c4go](https://github.com/Konstantin8105/c4go) - Transpile C code to Go code.\n- [esp32](https://github.com/andygeiss/esp32-transpiler) - Transpile Go into Arduino code.\n- [f4go](https://github.com/Konstantin8105/f4go) - Transpile FORTRAN 77 code to Go code.\n- [Gno](https://github.com/gnolang/gno) - A smart contract language developed in the Cosmos ecosystem, based on Go syntax, supporting persistent computation.\n- [go2hx](https://github.com/go2hx/go2hx) - Compiler from Go to Haxe to Javascript/C++/Java/C#.\n- [GopherJS](https://github.com/gopherjs/gopherjs) - Transpiles Go code to JavaScript, allowing Go code to run in the browser.\n- [Yaegi](https://github.com/traefik/yaegi) - A Go interpreter that allows Go code to be transpiled into executable Go syntax trees.\n\n*Tools for debugging Go code*\n\n- [Delve](https://github.com/go-delve/delve) - The official Go debugger, supports breakpoints, variable inspection, and Goroutine debugging.\n- [gdb-go](https://sourceware.org/gdb/) - GNU Debugger (GDB) support for Go, but with limited functionality; Delve is recommended.\n- [GoTrace](https://pkg.go.dev/runtime/trace) - Go runtime's built-in tracing tool, useful for concurrency analysis and performance tuning.\n- [pprof](https://github.com/google/pprof) - A Go-built performance profiling tool, useful for CPU and memory analysis.\n\n*List of Golang Variants*\n\n- [cell-script](https://github.com/cell-labs/cell-script) - A new designed language for smart-contract programming on UTXO chain.\n- [Gno](https://github.com/gnolang/gno) - A smart contract language in the Cosmos ecosystem, based on Go syntax, supporting persistent computation.\n- [Gop (Goplus)](https://github.com/goplus/gop) - A Go variant focused on engineering computation, with Python-like dynamic features and meta programming.\n- [Odin](https://github.com/odin-lang/Odin) - A systems programming language influenced by Go, similar to Go + Rust.\n- [Vlang](https://github.com/vlang/v) - A language with Go-like syntax but more concise, faster compilation speed, and memory safety mechanisms.\n- [Wa](https://github.com/wa-lang/wa/) - A general-purpose programming language designed for for WebAssembly.\n\n## JavaScript\n\n*List of JavaScript compilers*\n\n- [GraalJS](https://github.com/oracle/graaljs) - JavaScript engine in GraalVM, allowing interoperability with JVM.\n- [Hermes](https://hermesengine.dev/) - AOT JavaScript compiler by Meta, optimized for React Native.\n- [JavaScriptCore (JSC)](https://webkit.org/) - JavaScript engine for WebKit, used in Safari.\n- [QuickJS](https://github.com/bellard/quickjs) - Lightweight JavaScript engine supporting ES2020, suitable for embedded use.\n- [SpiderMonkey](https://spidermonkey.dev/) - Mozilla’s JS engine, featuring Baseline and IonMonkey JIT.\n- [swc](https://swc.rs/) - A super fast JavaScript compiler written in Rust, significantly faster than Babel.\n- [V8](https://v8.dev/) - Google Chrome and Node.js JavaScript engine with JIT compilation.\n\n*List of JavaScript transpilers*\n\n- [Babel](https://babel.dev/) - Transpiles modern JavaScript into ES5 for compatibility.\n- [esbuild](https://github.com/evanw/esbuild) - A high-speed JavaScript bundler and compiler with tree-shaking and minification.\n- [sucrase](https://github.com/alangpierce/sucrase) - A fast JavaScript transpiler optimized for development.\n- [traceur-compiler](https://github.com/google/traceur-compiler) - Traceur is a JavaScript.next-to-JavaScript-of-today compiler.\n\n*List of Javascript interpreters*\n\n- [Deno](https://deno.land/) - A modern JavaScript runtime, built on V8, with enhanced security.\n- [Duktape](https://duktape.org/) - Lightweight JavaScript interpreter for embedded systems.\n- [Espruino](https://www.espruino.com/) - JavaScript interpreter designed for microcontrollers like ESP8266/ESP32.\n- [Jerryscript](https://github.com/jerryscript-project/jerryscript) - Ultra-lightweight JavaScript engine for IoT devices.\n- [MuJS](https://github.com/ccxvii/mujs) - Minimal JavaScript interpreter with no dependencies.\n\n*List of Javascript parsers*\n\n- [Acorn](https://github.com/acornjs/acorn) - A lightweight ECMAScript parser that supports the latest ES standard.\n- [Cherow](https://github.com/cherow/cherow) - A fast and spec-compliant ECMAScript parser.\n- [Esprima](https://esprima.org/) - A widely used ECMAScript parser that generates ASTs.\n- [Seafox](https://github.com/bathos/seafox) - A minimal JavaScript parser with ES2020 support.\n- [Tree-sitter JavaScript](https://github.com/tree-sitter/tree-sitter-javascript) - Incremental JavaScript parser, used in LSP and syntax analysis.\n\n*List of Javascript syntax libraries*\n\n- [AST Explorer](https://astexplorer.net/) - An online tool to visualize JavaScript ASTs.\n- [Escodegen](https://github.com/estools/escodegen) - Converts JavaScript AST back to source code.\n- [Prettier](https://prettier.io/) - Code formatter that enforces a consistent style.\n- [Recast](https://github.com/benjamn/recast) - JavaScript AST manipulation library for code transformation.\n- [Terser](https://terser.org/) - Successor to UglifyJS, optimized for ES6+.\n- [UglifyJS](https://github.com/mishoo/UglifyJS) - JavaScript minifier, optimizer, and obfuscator.\n\n*List of Javascript debuggers*\n\n- [Chrome DevTools](https://developer.chrome.com/docs/devtools) - Built-in Chrome debugging tools with breakpoints and performance analysis.\n- [Firefox DevTools](https://firefox-source-docs.mozilla.org/devtools/) - Firefox’s debugging tools, similar to Chrome DevTools.\n- [ndb](https://github.com/GoogleChromeLabs/ndb) - Enhanced Node.js debugger based on Chrome DevTools.\n- [Node.js Inspector](https://github.com/node-inspector/node-inspector) - `node --inspect` for debugging Node.js with Chrome DevTools.\n\n*List of JavaScript Variants*\n\n- [CoffeeScript](https://coffeescript.org/) - A syntactic sugar layer over JavaScript, compiles to JS.\n- [Flow](https://flow.org/) - A static type checker by Meta, similar to TypeScript but with optional typing.\n- [JScript](https://en.wikipedia.org/wiki/JScript) - A deprecated JavaScript variant from Microsoft for older Internet Explorer versions.\n- [LiveScript](http://livescript.net/) - A functional programming variant of CoffeeScript with pattern matching.\n- [Nasal-Interpreter](https://github.com/ValKmjolnir/Nasal-Interpreter) - Nasal is an ECMAscript-like language.\n\n## Lisp\n\n### Clojure\n\n- [Clojure](https://github.com/clojure/clojure) - The official Clojure compiler, compiles to JVM bytecode.\n- [ClojureScript](https://github.com/clojure/clojurescript) - Compiles to JavaScript, targeting browsers and Node.js.\n- [Babashka](https://github.com/babashka/babashka) - A GraalVM-based Clojure interpreter, optimized for scripting.\n- [Joker](https://github.com/candid82/joker) - A lightweight Clojure interpreter written in Go.\n- [Arcadia](https://github.com/arcadia-unity/Arcadia) - A Clojure implementation for Unity game development.\n\n### Common Lisp\n\n- [ABCL (Armed Bear Common Lisp)](https://abcl.org/) - A Common Lisp implementation for the JVM.\n- [Clasp](https://github.com/clasp-developers/clasp/) - A Common Lisp implementation based on LLVM, interoperable with C++.\n- [CMUCL](https://cmucl.org/) - An early high-performance Common Lisp implementation.\n- [ECL (Embeddable Common Lisp)](https://gitlab.com/embeddable-common-lisp/ecl) - A lightweight implementation that compiles to C code.\n- [LispWorks](https://www.lispworks.com/) - A commercial Common Lisp implementation supporting multiple platforms.\n- [SBCL (Steel Bank Common Lisp)](https://github.com/sbcl/sbcl) - A high-performance JIT compiler based on CMUCL.\n\n### Emacs Lisp\n\n- [Emacs Bytecode Compiler](https://www.gnu.org/software/emacs/manual/elisp.html) - The built-in bytecode compiler for Emacs Lisp.\n- [Native-Comp (gccemacs)](https://github.com/emacs-mirror/emacs/blob/master/etc/NEWS) - A native Emacs Lisp compiler using GCC, improving performance.\n\n### Scheme\n\n- [Bigloo](https://github.com/manuel-serrano/bigloo) - A Scheme compiler that generates C, JVM, and .NET code.\n- [Chicken Scheme](https://www.call-cc.org/) - AOT compiler to C, suitable for embedded development.\n- [Chez Scheme](https://github.com/cisco/ChezScheme) - A high-performance Scheme implementation supporting AOT and JIT.\n- [Gambit](https://gambitscheme.org/) - Compiles Scheme to efficient C code.\n- [Guile](https://www.gnu.org/software/guile/) - The GNU Scheme interpreter and compiler, embeddable in C applications.\n- [Kawa](https://www.gnu.org/software/kawa/) - A Scheme implementation targeting the JVM.\n- [Larceny](https://github.com/larcenists/larceny) - A Scheme compiler with multiple backend targets.\n- [MIT/GNU Scheme](MIT/GNU Scheme) - A classic Scheme compiler.\n- [Racket](https://racket-lang.org/) - A powerful Lisp variant, supporting JIT compilation and DSL creation.\n\n### Other dialects and variants\n\n- [Arc](http://arclanguage.org/) - A Lisp dialect developed by Paul Graham, focused on simplicity and flexibility.\n- [AutoLISP](https://www.autodesk.com/developer-network/platform-technologies/autolisp) - A Lisp dialect integrated into AutoCAD for automating drawing tasks.\n- [Calcit](https://github.com/calcit-lang/calcit) - Indentation-based ClojureScript dialect in Rust and compiling to JavaScript ES Modules.\n- [Carp](https://github.com/carp-lang/Carp) - A statically typed Lisp for system programming, compiles to native code via AOT.\n- [Clarity](https://github.com/clarity-lang) - A Lisp-like smart contract language for Stacks blockchain.\n- [EuLisp](http://eulisp.org/) - A European Lisp dialect aimed at unifying features of Common Lisp and Scheme.\n- [Fennel](https://github.com/bakpakin/Fennel) - A Lisp variant based on Lua, compiling to Lua code, ideal for LuaJIT.\n- [Ferret](https://github.com/racket/ferret) - A Racket-style Scheme variant that supports WebAssembly.\n- [Franz Lisp](https://en.wikipedia.org/wiki/Franz_Lisp) - An early Lisp implementation, historically significant but no longer maintained.\n- [GOAL](https://github.com/open-goal/jak-project) - A Lisp dialect developed by Naughty Dog for PlayStation 2 game development.\n- [Hy](https://github.com/hylang/hy) - A Lisp that compiles directly to Python’s AST for seamless integration with Python.\n- [Interlisp](https://github.com/Interlisp) - An early Lisp dialect with an integrated programming environment, mainly used in Xerox systems.\n- [ISLISP](http://islisp.info/) - A standardized Lisp dialect focused on providing a small yet powerful core language.\n- [Janet](https://github.com/janet-lang/janet) - A lightweight Lisp supporting AOT and JIT compilation, suitable for embedded and scripting.\n- [LeLisp](https://github.com/c-jullien/lelisp) - A Lisp dialect developed in France, mainly used for AI research.\n- [LFE](https://github.com/rvirding/lfe) - A Lisp dialect running on the Erlang VM, combining Lisp macros with Erlang's concurrency model.\n- [Maclisp](https://en.wikipedia.org/wiki/Maclisp) - A Lisp dialect developed at MIT in the 1960s, influential in later Lisp dialects.\n- [MDL](https://en.wikipedia.org/wiki/MDL_(programming_language)) - A Lisp dialect developed at MIT for AI and computer science research.\n- [newLISP](https://www.newlisp.org/) - A lightweight Lisp dialect suited for scripting and general programming tasks.\n- [NIL](https://en.wikipedia.org/wiki/NIL_(programming_language)) - A Lisp implementation developed at MIT for VAX computers, no longer maintained.\n- [PicoLisp](https://picolisp.com/) - A minimal and efficient Lisp dialect suitable for embedded systems and application development.\n- [PSL](https://user.ceng.metu.edu.tr/~ucoluk/research/lisp/generalinfo.html) - A Lisp implementation designed to be portable across multiple hardware and OS platforms.\n- [RPL](https://en.wikipedia.org/wiki/RPL_(programming_language)) - A Lisp dialect developed by Hewlett-Packard for its calculators, using Reverse Polish Notation.\n- [SKILL](https://github.com/jonpry/Pill) - A Lisp dialect developed by Cadence Design Systems for electronic design automation (EDA).\n- [Spice Lisp](https://en.wikipedia.org/wiki/Spice_Lisp) - A Lisp dialect historically used in the development of CMUCL.\n- [T](https://mumble.net/~jar/tproject/) - A Scheme-derived Lisp dialect developed at Yale, designed for high-performance systems programming.\n- [Zetalisp](https://en.wikipedia.org/wiki/Lisp_Machine_Lisp) - A Lisp dialect developed for Lisp Machines, influencing the development of Common Lisp.\n- [Wasp Lisp](https://github.com/wasplang/wasp) - A Scheme-inspired language designed for WebAssembly and frontend development.\n\n## Python\n\n\u003e Organising and assembling parts content from [Awesome Python](https://github.com/vinta/awesome-python), for more details visit their project homepage. [CC BY 4.0 license](https://github.com/vinta/awesome-python?tab=License-1-ov-file#readme)\n\n*Implementations of Python*\n\n- [cpython](https://github.com/python/cpython) - Default, most widely used implementation of the Python programming language written in C.\n- [cython](https://github.com/cython/cython) - Optimizing Static Compiler for Python.\n- [clpython](https://github.com/metawilm/cl-python) - Implementation of the Python programming language written in Common Lisp.\n- [ironpython](https://github.com/IronLanguages/ironpython3) - Implementation of the Python programming language written in C#.\n- [micropython](https://github.com/micropython/micropython) - A lean and efficient Python programming language implementation.\n- [numba](https://github.com/numba/numba) - Python JIT compiler to LLVM aimed at scientific Python.\n- [peachpy](https://github.com/Maratyszcza/PeachPy) - x86-64 assembler embedded in Python.\n- [pypy](https://foss.heptapod.net/pypy/pypy) - A very fast and compliant implementation of the Python language.\n- [pyston](https://github.com/pyston/pyston/) - A Python implementation using JIT techniques.\n- [RustPython](https://github.com/RustPython/RustPython) - A Python Interpreter written in Rust.\n- [Vyper](https://docs.vyperlang.org/) - Vyper is a contract-oriented, pythonic programming language that targets the Ethereum Virtual Machine (EVM).\n\n*Interactive Python interpreters (REPL)*\n\n- [bpython](https://github.com/bpython/bpython) - A fancy interface to the Python interpreter.\n- [Jupyter Notebook (IPython)](https://jupyter.org/) - A rich toolkit to help you make the most out of using Python interactively.\n- [ptpython](https://github.com/jonathanslenders/ptpython) - Advanced Python REPL built on top of the [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit).\n\n*List of Python debugging tools*\n\n- [ipdb](https://github.com/gotcha/ipdb) - IPython-enabled [pdb](https://docs.python.org/3/library/pdb.html).\n- [pudb](https://github.com/inducer/pudb) - A full-screen, console-based Python debugger.\n- [manhole](https://github.com/ionelmc/python-manhole) - Debugging UNIX socket connections and present the stacktraces for all threads and an interactive prompt.\n- [python-hunter](https://github.com/ionelmc/python-hunter) - A flexible code tracing toolkit.\n- [py-spy](https://github.com/benfred/py-spy) - A sampling profiler for Python programs. Written in Rust.\n- [vprof](https://github.com/nvdv/vprof) - Visual Python profiler.\n- [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) - Display various debug information for Django.\n- [flask-debugtoolbar](https://github.com/pallets-eco/flask-debugtoolbar) - A port of the django-debug-toolbar to flask.\n- [icecream](https://github.com/gruns/icecream) - Inspect variables, expressions, and program execution with a single, simple function call.\n- [pyelftools](https://github.com/eliben/pyelftools) - Parsing and analyzing ELF files and DWARF debugging information.\n\n## Rust\n\n\u003e Organising and assembling parts content from [Awesome Rust](https://github.com/rust-unofficial/awesome-rust), for more details visit their project homepage. [CC0-1.0 license](https://github.com/rust-unofficial/awesome-rust?tab=readme-ov-file#CC0-1.0-1-ov-file)\n\n*List of Rust compilers*\n\n- [rustc](https://github.com/rust-lang/rust/tree/master/compiler) - Rust compiler.\n- [rust-analyzer](https://github.com/rust-lang/rust-analyzer) - A Rust compiler front-end for IDEs.\n- [rustc_codegen_c](https://github.com/rust-lang/rustc_codegen_c) - This a C codegen backend for rustc, which lowers Rust MIR to C code and compiles it with a C compiler.\n- [rustc_codegen_cranelift](https://github.com/rust-lang/rustc_codegen_cranelift) - create an alternative codegen backend for the rust compiler based on [Cranelift](https://github.com/bytecodealliance/wasmtime/blob/main/cranelift).\n- [rustc_codegen_gcc](https://github.com/rust-lang/rustc_codegen_gcc) - libgccjit AOT codegen for rustc, loaded by the existing rustc frontend, but benefits from GCC.\n- [rust-lang/llvm-project](https://github.com/rust-lang/llvm-project) - Rust-specific fork of LLVM.\n- [rust-playground](https://github.com/rust-lang/rust-playground) - Allows you to experiment with Rust before you install it locally.\n\n*List of Rust debuggers*\n\n- [CodeLLDB](https://github.com/vadimcn/codelldb) - A native debugger extension for VSCode based on LLDB.\n- [gdbgui](https://github.com/cs01/gdbgui) - Browser based frontend for gdb to debug C, C++, Rust, and go.\n- [Tracexec](https://github.com/kxxt/tracexec)  - Tracer for execve{,at} and pre-exec behavior, launcher for debuggers.\n\n*List of parsers*\n\n- [Chomp](https://github.com/m4rw3r/chomp) - A fast monadic-style parser combinator.\n- [Combine](https://github.com/Marwes/combine) - parser combinator library.\n- [grmtools](https://github.com/softdevteam/grmtools/) - A LR parser with better error correction.\n- [lady-deirdre](https://github.com/Eliah-Lakhin/lady-deirdre) - A framework for new programming languages and LSP servers.\n- [LALRPOP](https://github.com/lalrpop/lalrpop) - LR(1) parser generator.\n- [Nom](https://github.com/rust-bakery/nom) - parser combinator library.\n- [Oak](https://github.com/ptal/oak) - A typed PEG parser generator (compiler plugin).\n- [Pest](https://github.com/pest-parser/pest) - The Elegant Parser.\n- [rust-peg](https://github.com/kevinmehall/rust-peg) - Parsing Expression Grammar (PEG) parser generator.\n- [Tree-Sitter](https://github.com/tree-sitter/tree-sitter) - A parser generator tool and an incremental parsing library geared towards programming tools.\n\n*Static analysis*\n\n- [MIRAI](https://github.com/endorlabs/mirai) - an abstract interpreter operating on Rust's mid-level intermediate representation (MIR)\n- [static_assertions](https://crates.io/crates/static_assertions) - Compile-time assertions to ensure that invariants are met\n- [verus](https://github.com/verus-lang/verus) - Verified Rust for low-level systems code\n\n*List of transpilers*\n\n- [m2cgen](https://github.com/BayesWitnesses/m2cgen) - A CLI tool to transpile trained classic machine learning models into a native Rust code with zero dependencies.\n- [c2rust](https://github.com/immunant/c2rust) - C to Rust translator and cross checker built atop Clang/LLVM.\n- [Corrode](https://github.com/jameysharp/corrode) - A C to Rust translator written in Haskell.\n\n*Other dialects and variants*\n\n- [MoonBit](https://www.moonbitlang.com/) - An end-to-end programming language toolchain for cloud and edge computing using WebAssembly.\n- [Noir](https://github.com/noir-lang/noir) - A domain specific language for zero knowledge proofs.\n\n## Solidity\n\n- [aderyn](https://github.com/Cyfrin/aderyn) - Rust-based solidity smart contract static analyzer designed to help find vulnerabilities in Solidity code bases.\n- [charcoal](https://github.com/ourovoros-io/charcoal) - Charcoal is a Solidity-to-Sway translator written in Rust.\n- [era-compiler-solidity](https://github.com/matter-labs/era-compiler-solidity) - ZKsync Compiler Toolchain for Solidity and Yul.\n- [ethdebug](https://github.com/ethdebug/format) - A standard debugging data format for smart contracts on Ethereum-compatible networks.\n- [evmdis](https://github.com/Arachnid/evmdis) - EVM Disassembler that performs static analysis on the bytecode to provide a higher level of abstraction than raw EVM operations.\n- [ocaml-solidity](https://github.com/OCamlPro/ocaml-solidity) - Ocaml-solidity provides a Solidity parser and typechecker.\n- [pyrometer](https://github.com/nascentxyz/pyrometer) - A tool for analyzing the security and parameters of a solidity smart contract.\n- [Remix](https://remix.ethereum.org) - Online realtime compiler and runtime.\n- [revive](https://github.com/paritytech/revive) - Solidity compiler and YUL recompiler to LLVM, targetting RISC-V on PolkaVM.\n- [SIF](https://github.com/chao-peng/SIF) - Solidity code instrumentation and analysis framework.\n- [slang](https://github.com/NomicFoundation/slang) - A modular set of compiler APIs empowering the next generation of Solidity code analysis and developer tooling.\n- [Slither](https://github.com/crytic/slither) - Solidity static analysis framework, a suite of vulnerability detectors, prints visual information about contract details etc.\n- [sol-repl](https://github.com/eagr/sol-repl) - a REPL to provide instant feedback for Solidity snippets.\n- [sol-to-o1js](https://github.com/hummanta/sol-to-o1js) - Solidity Compiler \u0026 Transpiler for Mina.\n- [sol2uml](https://www.npmjs.com/package/sol2uml) - Unified Modeling Language (UML) class diagram generator for Solidity contracts.\n- [solana-solidity.js](https://github.com/solana-labs/solana-solidity.js) - Compile, deploy, and use Solidity contracts on Solana.\n- [solang](https://github.com/hyperledger-solang/solang) - Solidity Compiler for Solana, Polkadot and Stellar.\n- [solar](https://github.com/paradigmxyz/solar) - Blazingly fast, modular and contributor friendly Solidity compiler, written in Rust.\n- [solc-js](https://github.com/ethereum/solc-js) - Javascript bindings for the Solidity compiler.\n- [solc](https://github.com/deno-web3/solc) - Solidity compiler bindings for Deno.\n- [solgraph](https://github.com/raineorshine/solgraph) - Visualize control flows for smart contract security analysis.\n- [solhint](https://github.com/protofire/solhint) - Solhint is an open-source project to provide a linting utility for Solidity code.\n- [Solidity Parser for JavaScript](https://github.com/solidity-parser/parser) - A Solidity parser for JS built on top of a robust ANTLR4 grammar.\n- [solidity-parser-antlr](https://github.com/federicobond/solidity-parser-antlr) - A Solidity parser for JS built on top of a robust ANTLR4 grammar.\n- [solidity-repl](https://github.com/raineorshine/solidity-repl) - Ethereum Solidity REPL.\n- [solidity-rs](https://github.com/camden-smallwood/solidity-rs) - Solidity 0.8.X AST parsing and analysis in Rust.\n- [solidity](https://github.com/ethereum/solidity) - Official Compiler for the Solidity Smart Contracts Programming Language.\n- [SOLL](https://github.com/second-state/SOLL) - SOLL is a new compiler for generate Ewasm from solidity and yul.\n- [Soltsice](https://github.com/Soltsice/Soltsice) - Solidity \u0026 TypeScript Integration, Configuration and Examples.\n- [sulk](https://github.com/lukehedger/sulk) - Solidity compilation without the tears.\n- [surya](https://github.com/Consensys/surya) - Utility tool for smart contract systems, offering a number of visual outputs and information about the contracts’ structure.\n- [warp](https://github.com/NethermindEth/warp) - Warp is a Solidity to Cairo Compiler, write/migrate Solidity to Cairo for easy onboarding into the StarkNet ecosystem.\n\n## TypeScript\n\n*List of Typescript compilers*\n\n- [TypeScript Compiler (tsc)](https://www.typescriptlang.org/) - The official TypeScript compiler that transpiles TS to JS with type checking.\n- [TypeScript Go](https://github.com/microsoft/typescript-go) - A Go implementation of the TypeScript compiler.\n\n*List of Typescript parsers*\n\n- [TypeScript Compiler API](https://github.com/microsoft/TypeScript/wiki/Using-the-Compiler-API) - Official TypeScript AST and parsing tools.\n- [swc parser](https://swc.rs/) - A superfast TypeScript parser written in Rust.\n\n*List of Typescript syntax libraries*\n\n- [Prettier](https://prettier.io/) - Code formatter for TypeScript.\n- [ts-morph](https://github.com/dsherret/ts-morph) - TypeScript AST manipulation library based on the TypeScript Compiler API.\n\n*List of Typescript debuggers*\n\n- [VS Code Debugger](https://code.visualstudio.com/docs/nodejs/debugging) - Built-in TypeScript debugging support in VS Code.\n- [WebStorm Debugger](https://www.jetbrains.com/webstorm/) - Advanced TypeScript debugging tools in WebStorm.\n\n*List of TypeScript variants*\n\n- [AssemblyScript](https://www.assemblyscript.org/) - A TypeScript-like language for WebAssembly.\n- [ReScript](https://github.com/rescript-lang/rescript) - ReScript is a robustly typed language that compiles to efficient and human-readable JavaScript.\n\n## Contributing\n\nPlease take a quick gander at the [contribution guidelines](https://github.com/hummanta/awesome-compilers/blob/main/CONTRIBUTING.md) for details. Thanks to all [contributors](https://github.com/hummanta/awesome-compilers/graphs/contributors); you rock!\n\n***If you see a project or link here that is no longer maintained or is not a good fit, please submit a pull request to improve this document. Thank you!***\n","projects_url":"https://awesome.ecosyste.ms/api/v1/lists/hummanta%2Fawesome-compilers/projects"}