feat: add support for if/else statements

This commit is contained in:
2026-04-21 18:20:15 +02:00
parent eb3663dfbb
commit 0c288c2247
11 changed files with 247 additions and 17 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ A Rust-flavored, C-targeting language - built pipeline-first.
### Control flow
- [x] booleans and comparision operators
- [ ] `if` / `else` branching
- [x] `if` / `else` branching
- [ ] `while` loops
### Types & memory