function calls are starting to work i think
This commit is contained in:
@ -1244,7 +1244,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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user