-
-
Notifications
You must be signed in to change notification settings - Fork 11
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 arrays & tables to the scripts #155
Comments
Fixed in 5f75b5f |
Tables seem to be working well, though tests are still needed. |
table add and remove seems to be automatic, while printing it with string elements doesn't show any quote marks. |
I wonder if implicit insertions for tables is good or bad? C++ std::map definitely has that issue... Edit: Since variables default to 'null', having the tables default to null might be a good idea too. |
I'm gonna leave this part for now until other prerequisites are done. |
Arrays are an essential data structure, and are used internally in several places as well.
While they are partially working at this stage, some elements are missing:
Assigning to specific elementsDictionaries, the other major data structure, are working internally, but they need to be exposed to the scripts.
Table declarationTable assignTable accessThe text was updated successfully, but these errors were encountered: