feat: implement support for multi-dimensional array initialization and access

This commit is contained in:
2025-12-03 13:08:55 +00:00
parent 6dfbe4a4d0
commit 43103e7120
7 changed files with 301 additions and 21 deletions
+1
View File
@@ -61,6 +61,7 @@ typedef enum {
RAVA_OP_NEW,
RAVA_OP_NEW_ARRAY,
RAVA_OP_NEW_ARRAY_OF_ARRAYS,
RAVA_OP_ARRAY_LENGTH,
RAVA_OP_GET_FIELD,
RAVA_OP_PUT_FIELD,