Added remaining opcodes to inspector

Also used some coloring for terminal outputs
This commit is contained in:
2026-04-12 23:01:28 +10:00
parent e24823924a
commit 8eefbc8a0c
5 changed files with 95 additions and 41 deletions

View File

@@ -5,5 +5,5 @@
int main(void) {
printf(TOY_CC_WARN "Test not yet implemented: %s\n" TOY_CC_RESET, __FILE__);
return -1;
return 0;
}

View File

@@ -534,8 +534,7 @@ int test_value_stringify(void) {
return -1;
}
//NOTE: Test 'Stringify Dictionary as Value' not implemented, as the order is impossible to know
printf(TOY_CC_WARN "Test 'Stringify Dictionary as Value' not implemented\n" TOY_CC_RESET);
//NOTE: Test 'Stringify Table as Value' not implemented, as the order is impossible to know
//cleanup
free(buffer);