Hacker News new | ask | show | jobs
by KAdot 1087 days ago
Great article. If someone is looking for a more advanced example, some time ago, as an exercise, I created an interpreter for a Python-like language in Python https://github.com/akrylysov/abrvalg
1 comments

Thank you for this. It's good to see examples that go beyond the toy stage but are still this readable.