From 15a5388ca64247de7a07650888b3f5395b620395 Mon Sep 17 00:00:00 2001 From: Tushar Sadhwani Date: Sun, 22 Oct 2023 19:03:14 +0530 Subject: [PATCH] Update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b44d805..bab4bc1 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ A Python interpreter, written from scratch in Python. This interpreter is made solely as the base for my talk, -"[Writing a Python interpreter from scratch, in half an hour.](https://ep2023.europython.eu/session/writing-a-python-interpreter-from-scratch-in-half-an-hour)" +"[Writing a Python interpreter from scratch, in half an hour.](https://ep2023.europython.eu/session/writing-a-python-interpreter-from-scratch-in-half-an-hour)", but is now being used as a project to learn how interpreters work. + +Feel free to open up issues, pick up tasks, and ask questions. ## Installation