mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-19 16:54:08 +10:00
Recursive arrays and dictionaries!
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user