mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-01 20:28:13 +00:00
[examples] c like expressions example
This commit is contained in:
+5
-1
@@ -790,7 +790,11 @@ typedef struct MD_Expr MD_Expr;
|
||||
struct MD_Expr
|
||||
{
|
||||
struct MD_Expr *parent;
|
||||
struct MD_Expr *left;
|
||||
union
|
||||
{
|
||||
struct MD_Expr *left;
|
||||
struct MD_Expr *unary_operand;
|
||||
};
|
||||
struct MD_Expr *right;
|
||||
MD_ExprOpr *op;
|
||||
MD_Node *md_node;
|
||||
|
||||
Reference in New Issue
Block a user