arcticfox1919 / LuaDardo

A Lua virtual machine written in Dart
Apache License 2.0
172 stars 32 forks source link

A bug about traversing the table! #10

Closed Eee721 closed 1 year ago

Eee721 commented 2 years ago

When traversing the table under dart, there will be a problem that keys are initialized only once. Please add changed = true;

image