updated development state paragraph

This commit is contained in:
cozis
2022-03-27 17:22:46 +02:00
parent 0b66a4aad9
commit 353695afd0
+1 -1
View File
@@ -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: