From 14400714d8a66390d049dd1a53b26ba78e067336 Mon Sep 17 00:00:00 2001 From: shyam310 <70474605+shyam310@users.noreply.github.com> Date: Thu, 8 Oct 2020 15:57:24 +0530 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d431fcd..eb59e05 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +An Awosome virtual interpreter for python This is the code from the blog post "Making a simple VM interpreter in Python", which you can find at https://csl.name/post/vm/