Fixed empty inputs breaking the interactive repl

Also tweaked README.md and CONTRIBUTING.md
This commit is contained in:
2024-10-08 23:11:27 +11:00
parent 0779798347
commit 9f45925072
3 changed files with 13 additions and 4 deletions

View File

@@ -26,10 +26,10 @@ These data structures should be as independent as they can be, but there are som
```mermaid
graph TB
Toy_Value ---> Toy_Stack
Toy_Value ---> Toy_String
Toy_Value ---> Toy_Table
Toy_Bucket ---> Toy_String
Toy_Value ---> Toy_String
Toy_Value ---> Toy_Stack
Toy_Value ---> Toy_Table
Toy_Array
```