From b38e86cde59ca5dd71238b9b4f3debb1b8623506 Mon Sep 17 00:00:00 2001 From: Daniel Stefanovic Date: Wed, 30 May 2018 21:09:45 +0200 Subject: [PATCH] Add tutorial #164 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6ec88bd..49cc921 100644 --- a/README.md +++ b/README.md @@ -257,6 +257,7 @@ * [**Python**: _Simple Iterator-based Parsing_](http://effbot.org/zone/simple-iterator-parser.htm) * [**Python**: _Simple Top-Down Parsing in Python_](http://effbot.org/zone/simple-top-down-parsing.htm) * [**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/) * [**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/)