Cleanup
This commit is contained in:
@@ -111,7 +111,7 @@ gen_expr(Ast_Expr *ast){
|
||||
else{
|
||||
gen("(");
|
||||
gen_expr(node->left);
|
||||
gen("%s", token_kind_string(node->op).str);
|
||||
gen("%s", name(node->op));
|
||||
gen_expr(node->right);
|
||||
gen(")");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user