From 1efbbe832f29c9dc2f712924555fc06b1ee48d41 Mon Sep 17 00:00:00 2001 From: pca006132 Date: Thu, 17 Dec 2020 14:52:51 +0800 Subject: [PATCH] added notes about toy-impl --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5e44fda..087251c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ Specification and discussions about language design. +A toy implementation is in `toy-impl`, requires python 3.9. + + ## Referencing Python Variables The kernel is allowed to read Python variables.