addition: postfix operator capability, may work

This commit is contained in:
2026-05-12 19:40:42 -06:00
parent e30b3d7175
commit 7f390a8c6b
3 changed files with 54 additions and 3 deletions

View File

@@ -20,6 +20,7 @@ typedef enum {
OP_MUL,
OP_DIV,
OP_POW,
OP_FACTORIAL,
} Operator;
typedef enum {