Arrays and dictionaries have been implemented, read more

The arrays and dictionaries are currently being printed out correctly,
afaik. This means I should be able to go back and work on the type
system, assuming nothing happens.
This commit is contained in:
2022-08-10 17:42:04 +01:00
parent 6a883bde96
commit 67f7b3e436
13 changed files with 819 additions and 36 deletions

2
scripts/small.toy Normal file
View File

@@ -0,0 +1,2 @@
print ["foo", "bar"];
print ["foo":1, "bar":2];