-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a dictionary data structure #50
Comments
First of all, it is clear that this will involve adding support for a new variable type in bb-vm and bb-blocks. It will also probably need some support in bb-parser for project serialization. Fortunately, I'm familiar with this kind of stuff due to my work on named clones (#42), which also involved creating a new variable type. I'm starting with stuff related to the variable type. |
Good luck |
ty |
Looks like there are several options we can go with to implement the underlying structure for dictionaries: https://stackoverflow.com/questions/7196212/how-to-create-dictionary-and-add-key-value-pairs-dynamically |
Inspired by the discussion at scratchfoundation/scratch-vm#1030 (comment).
I will start by tinkering around to see how this can be implemented.
The text was updated successfully, but these errors were encountered: