You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor array handling to use Rc<RefCell<Vec<Value>>> to gain O(1) read and write (#7)
* Refactor array handling to use Rc<RefCell<Vec<Value>>> for nested arrays
* Enhance nested array support by updating index type to Vec<Expression> and adjusting parser and compiler logic for multi-dimensional indexing
0 commit comments