🐛 fix codegen for binary not on some ast nodes

This commit is contained in:
ValKmjolnir
2023-02-12 15:33:38 +08:00
parent 8c02aa0fff
commit 43371d5b4c
5 changed files with 93 additions and 92 deletions
+2 -2
View File
@@ -47,8 +47,8 @@ enum ast_node:u32 {
ast_div, // /
ast_link, // ~
ast_neg, // unary -
ast_not, // unary !
ast_negate, // unary ~
ast_lnot, // unary !
ast_bnot, // unary ~
ast_trino, // ?:
ast_for, // for keyword
ast_forindex, // forindex keyword