mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-04 22:58:44 +00:00
[expression parser] use the operator pointer right inside the expression node
This commit is contained in:
+1
-4
@@ -792,10 +792,7 @@ struct MD_Expr
|
||||
struct MD_Expr *parent;
|
||||
struct MD_Expr *left;
|
||||
struct MD_Expr *right;
|
||||
MD_b32 is_op;
|
||||
// TODO(allen): this should be MD_ExprOpr*
|
||||
MD_u32 op_id;
|
||||
void *op_ptr;
|
||||
MD_ExprOpr *op;
|
||||
MD_Node *md_node;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user