Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharsadhwani committed Oct 22, 2023
1 parent 9633680 commit 15a5388
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 15a5388

Please sign in to comment.