addition: postfix operator capability, may work
This commit is contained in:
@@ -20,6 +20,7 @@ typedef enum {
|
||||
OP_MUL,
|
||||
OP_DIV,
|
||||
OP_POW,
|
||||
OP_FACTORIAL,
|
||||
} Operator;
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user