fixed prefix -- parsing; codegen for unary + - ~ !

This commit is contained in:
pommicket 2022-02-11 13:52:19 -05:00
parent 017a70ee7e
commit b13e16b517
5 changed files with 307 additions and 90 deletions

View file

@ -185,7 +185,6 @@
#define EXPRESSION_UNARY_MINUS 215
#define EXPRESSION_BITWISE_NOT 216
#define EXPRESSION_LOGICAL_NOT 217
#define EXPRESSION_SIZEOF 218
#define EXPRESSION_CAST 219
#define EXPRESSION_MUL 220
#define EXPRESSION_DIV 221