new license

This commit is contained in:
cozis
2022-03-13 15:30:01 +01:00
parent 56dca3664f
commit 9f2cd139d0
58 changed files with 1735 additions and 1 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ print(L, '\n'); # Outputs [1, 2, 3]
```
## Supported platforms
I wrote it on a linux machine, but there should be very few places where a linux host is assumed, so 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
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.