From 3bf25b177705c9893dd7c781d91aec02d67b1c47 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sun, 3 May 2026 16:24:39 -0700 Subject: [PATCH] Add assembly-repl --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 28c777d06..314572a9c 100644 --- a/README.md +++ b/README.md @@ -1414,6 +1414,7 @@ regular expression pattern matching. [BSD] [website](https://pcre2project.github *List of C or C++ compilers* * [8cc](https://github.com/rui314/8cc) - A Small C Compiler. +* [assembly-repl](https://github.com/pirate/assembly-repl) - Native raw assembly, LLVM IR, C, C++, and Objective-C REPLs for macOS and Linux. [MIT] * [c](https://github.com/ryanmjacobs/c) - Compile and execute C "scripts" in one go! [MIT] * [Clang](http://clang.llvm.org/) - A C compiler for LLVM. Supports C++11/14/1z C11. Developed by LLVM Team. [NCSA] * [Fil-C](https://fil-c.org/) - a fanatically compatible memory-safe implementation of C and C++.