This commit is contained in:
2025-12-08 11:08:08 +11:00
parent 6e733910ec
commit bd1a47d118
7 changed files with 165 additions and 3 deletions

View File

@@ -126,6 +126,10 @@ void printGroundValue(GroundValue* gv) {
printf("]");
break;
}
case FUNCTION: {
printf("<function>");
break;
}
default: {
printf("FIXME");
break;