same as the prev

This commit is contained in:
cozis
2022-03-27 17:25:37 +02:00
parent 353695afd0
commit db9dfe82bd
+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. 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 ## 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. At the moment the proprity is writing documentation so that more people can try it and give feedback. The interpreter is fully functional, but lots of built-in functions that one would expect still need to be implemented. Unfortunately, I feel like, at the moment, this requires much more work than what it's worth. At this time the priority is writing documentation and tests so that more people can try it, give feedback and move forward without breaking the world.
## Build ## Build
To build it, just run: To build it, just run: