fix semantic for printing or sth

This commit is contained in:
2025-12-03 01:50:44 +09:00
parent 75407304f8
commit 4e2fdf88f9
12 changed files with 373 additions and 53 deletions

View File

@@ -40,6 +40,7 @@ typedef struct BucketListEntry {
ExpType type;
ExpType param_types[MAX_PARAM_COUNT];
char* param_names[MAX_PARAM_COUNT];
int param_count;
ExpType returnType;