added unary ops and control flow for parser

This commit is contained in:
2024-10-14 00:54:27 -04:00
parent d67e612ff9
commit e33420e91f
19 changed files with 433 additions and 237 deletions

View File

@@ -0,0 +1,2 @@
pub enum IRInstruction {
}