feat: add support for booleans and comparision operators

This commit is contained in:
2026-04-21 10:56:42 +02:00
parent bad6b9e116
commit eb3663dfbb
11 changed files with 293 additions and 3 deletions
+1
View File
@@ -48,6 +48,7 @@ A Rust-flavored, C-targeting language - built pipeline-first.
## Planned Features (Backlog)
### Control flow
- [x] booleans and comparision operators
- [ ] `if` / `else` branching
- [ ] `while` loops