From 65a9902e8a02043210f1a1415760de04b2a02085 Mon Sep 17 00:00:00 2001 From: NoamKalmar <78805515+NoamKalmar@users.noreply.github.com> Date: Tue, 24 May 2022 17:37:28 +0300 Subject: [PATCH] Add "Let's make a Teeny Tiny compiler" Add "Let's make a Teeny Tiny compiler" to the Programming Language section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c913b3b..292989a 100644 --- a/README.md +++ b/README.md @@ -303,6 +303,7 @@ This repository is a compilation of well-written, step-by-step guides for re-cre * [**Python**: _How to Write a Lisp Interpreter in Python_](http://norvig.com/lispy.html) * [**Python**: _Let’s Build A Simple Interpreter_](https://ruslanspivak.com/lsbasi-part1/) * [**Python**: _Make Your Own Simple Interpreted Programming Language_](https://www.youtube.com/watch?v=dj9CBS3ikGA&list=PLZQftyCk7_SdoVexSmwy_tBgs7P0b97yD&index=1) [video] +* [**Python**: _Let's make a Teeny Tiny compiler_](https://austinhenley.com/blog/teenytinycompiler1.html) * [**Racket**: _Beautiful Racket: How to make your own programming languages with Racket_](https://beautifulracket.com/) * [**Ruby**: _A Compiler From Scratch_](https://www.destroyallsoftware.com/screencasts/catalog/a-compiler-from-scratch) * [**Ruby**: _Markdown compiler from scratch in Ruby_](https://blog.beezwax.net/2017/07/07/writing-a-markdown-compiler/)