Merge pull request #67 from UB-CSE443/FunctionCalls

Function calls
This commit is contained in:
Annie Slenker
2025-05-04 19:32:16 -04:00
committed by GitHub
3 changed files with 75 additions and 27 deletions

View File

@ -1403,7 +1403,7 @@ constant:
char* temp = temp_var_gen();
TableNode* node = CreateEntry(cur,TYPE_PRIMITIVE, chara, temp, NULL);
emit_assignment(node, tn_or_const(CHARACTER,&$1));
printdebug("string of C_CHARACTER in constant is %s",$1);
//printdebug("string of C_CHARACTER in constant is %s",$1);
$$ = node;
}