Make distinction between prefix and postfix unary operators in trees.
This commit is contained in:
@@ -15,7 +15,8 @@ enum libab_tree_variant_e {
|
||||
TREE_NUM,
|
||||
TREE_OP,
|
||||
TREE_RESERVED_OP,
|
||||
TREE_UNARY_OP,
|
||||
TREE_PREFIX_OP,
|
||||
TREE_POSTFIX_OP,
|
||||
TREE_BLOCK,
|
||||
TREE_VOID,
|
||||
TREE_IF,
|
||||
|
||||
Reference in New Issue
Block a user