[expr parser] Brace/bracket unary op required for set leaves.

This commit is contained in:
Miguel Lechon
2021-09-09 12:48:04 +02:00
parent c0a50bfe27
commit b2c901d60f
3 changed files with 21 additions and 3 deletions
+2
View File
@@ -722,6 +722,8 @@ struct MD_ExprOperatorTable
MD_MessageList errors;
MD_ExprOperator *call_op; // TODO: Move elsewhere
MD_ExprOperator *subscript_op;
MD_ExprOperator *bracket_set_op;
MD_ExprOperator *brace_set_op;
};
typedef struct MD_ExprNode MD_ExprNode;