From c8cbab7e9ad1316d4b4bbeafe42d5206b98b403f Mon Sep 17 00:00:00 2001 From: Vini <161221593+Developer-Vini@users.noreply.github.com> Date: Sun, 3 May 2026 20:46:40 -0300 Subject: [PATCH] Add resource for creating a Python interpreter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0a2e252..86df65d 100644 --- a/README.md +++ b/README.md @@ -344,6 +344,7 @@ It's a great way to learn. * [**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**: Create your own programming interpreter using Python_](https://learn-interpreter-building.netlify.app/) * [**Python**: _From Source Code To Machine Code: Build Your Own Compiler From Scratch_](https://build-your-own.org/compiler/) * [**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)