From e77aa76492d51ebdd583e86a78a529601d4582ac Mon Sep 17 00:00:00 2001 From: Daniel Stefanovic Date: Mon, 21 May 2018 10:48:19 +0200 Subject: [PATCH] Add tutorial #113 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1a9d95f..4974cf1 100644 --- a/README.md +++ b/README.md @@ -209,6 +209,7 @@ #### Build your own `Programming Language` +* [**(any)**: _mal - Make a Lisp_](https://github.com/kanaka/mal#mal---make-a-lisp) * [**C**: _Baby's First Garbage Collector_](http://journal.stuffwithstuff.com/2013/12/08/babys-first-garbage-collector/) * [**C**: _Build Your Own Lisp: Learn C and build your own programming language in 1000 lines of code_](http://www.buildyourownlisp.com/) * [**C**: _Implement a minimal interpreter, Compiler (x86/Arm) and JIT compiler from scratch_](https://www.slideshare.net/jserv/jit-compiler)