mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-26 21:08:45 +08:00
🐛 fix codegen for binary not on some ast nodes
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user