Link to malcc on GitHub
authorTim Morgan <tim@timmorgan.org>
Fri, 4 Oct 2019 04:51:13 +0000 (23:51 -0500)
committerTim Morgan <tim@timmorgan.org>
Fri, 4 Oct 2019 04:51:13 +0000 (23:51 -0500)
README.md

index 4d4a157..8054193 100644 (file)
--- a/README.md
+++ b/README.md
@@ -177,7 +177,7 @@ The following implementations are maintained as separate projects:
 ## Other mal Projects
 
  * [malc](https://github.com/dubek/malc) - Mal (Make A Lisp) compiler. Compiles a Mal program to LLVM assembly language, then binary.
- * [malcc](https://git.sr.ht/~tim/malcc) (@seven1m) - malcc is an incremental compiler implementation for the Mal language. It uses the Tiny C Compiler as the compiler backend and has full support for the Mal language, including macros, tail-call elimination, and even run-time eval. ["I Built a Lisp Compiler"](https://mpov.timmorgan.org/i-built-a-lisp-compiler/) post about the process.
+ * [malcc](https://github.com/seven1m/malcc) - malcc is an incremental compiler implementation for the Mal language. It uses the Tiny C Compiler as the compiler backend and has full support for the Mal language, including macros, tail-call elimination, and even run-time eval. ["I Built a Lisp Compiler"](https://mpov.timmorgan.org/i-built-a-lisp-compiler/) post about the process.
  * [frock](https://github.com/chr15m/frock) - Clojure-flavoured PHP. Uses mal/php to run programs.