From 353695afd088afe92a103c13c9a1fa30dc3f315c Mon Sep 17 00:00:00 2001 From: cozis Date: Sun, 27 Mar 2022 17:22:46 +0200 Subject: [PATCH] updated development state paragraph --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ec174d..4675ed9 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ The architecture is pretty much the same as CPython. The source code is executed I wrote it on a linux machine, but there should be very few places where a linux host is assumed. It should be very easy to port. ## Development state -The interpreter is fully functional, but lots of built-in functions that one would expect still need to be implemented. Unfortunately, I feel like this requires much more work than what it's worth at the moment. +The interpreter is fully functional, but lots of built-in functions that one would expect still need to be implemented. Unfortunately, I feel like this requires much more work than what it's worth at the moment. At the moment the proprity is writing documentation so that more people can try it and give feedback. ## Build To build it, just run: