feat: Implement dictionaries and property access

This commit is contained in:
Alvin
2025-07-22 17:53:28 +02:00
parent 452088e947
commit 981147f440
4 changed files with 232 additions and 87 deletions

View File

@@ -0,0 +1,3 @@
my_dict is {"name": "Femboy", "version": 1}
UwU Boy my_dict.name
UwU Boy my_dict.version