Recursive arrays and dictionaries!

This commit is contained in:
2022-08-11 09:24:13 +01:00
parent 380b7a3699
commit 603d9d2b06
6 changed files with 137 additions and 51 deletions

View File

@@ -87,6 +87,14 @@ int findLiteralIndex(LiteralArray* array, Literal literal) {
}
continue;
// case LITERAL_ARRAY:
// //
// continue;
// case LITERAL_DICTIONARY:
// //
// continue;
default:
fprintf(stderr, "[Internal] Unexpected literal type in findLiteralIndex(): %d\n", literal.type);
}