unary ops mostly working
This commit is contained in:
parent
05cbc58299
commit
39b5101490
3 changed files with 110 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue