unary ops mostly working

This commit is contained in:
pommicket 2022-01-14 10:08:02 -05:00
parent 05cbc58299
commit 39b5101490
3 changed files with 110 additions and 6 deletions

View file

@ -155,7 +155,7 @@
#define EXPRESSION_UNARY_PLUS 214
#define EXPRESSION_UNARY_MINUS 215
#define EXPRESSION_BITWISE_NOT 216
#define EXPRESSION_NOT 217
#define EXPRESSION_LOGICAL_NOT 217
#define EXPRESSION_SIZEOF 218
#define EXPRESSION_CAST 219
#define EXPRESSION_MUL 220