add boolean logic

This commit is contained in:
r4
2021-12-23 21:06:49 +01:00
parent d185396a1c
commit 84785dc3cf
10 changed files with 155 additions and 29 deletions

4
ir.h
View File

@@ -18,6 +18,10 @@ enum IRInstr {
IRSub,
IRMul,
IRDiv,
IREq,
IRLt,
IRLe,
IRNot,
IRJmp,
IRJnz,
IRCallInternal,