updating the compiler/reader to handle binops more specially

This commit is contained in:
2025-09-21 17:13:47 +09:00
parent 013dbb9e5c
commit 5819be7fa5
15 changed files with 350 additions and 128 deletions

View File

@ -957,7 +957,9 @@ void hak_dumpcnode (hak_t* hak, hak_cnode_t* cnode, int newline)
case HAK_CNODE_REVERT:
case HAK_CNODE_AND:
case HAK_CNODE_OR:
#if defined(USE_KW_PLUS)
case HAK_CNODE_PLUS:
#endif
case HAK_CNODE_SET:
case HAK_CNODE_SET_R: