| Commit message (Expand) | Author | Files | Lines | |
|---|---|---|---|---|
| 2025-07-09 | Bootstrap: Support while loops | Baitinq | 2 | -2/+92 |
| 2025-07-09 | Bootstrap: Support unary expressions | Baitinq | 2 | -0/+50 |
| 2025-07-09 | Bootstrap: Support equality expressions | Baitinq | 3 | -6/+170 |
| 2025-07-09 | Bootstrap: Support if statement | Baitinq | 3 | -1/+94 |
| 2025-07-07 | Bootstrap: Codegen: Support char types | Baitinq | 2 | -1/+23 |
| 2025-07-07 | Bootstrap: Codegen: Support bool types | Baitinq | 3 | -0/+36 |
| 2025-07-06 | Boostrap: Codegen function definition arguments | Baitinq | 3 | -9/+47 |
| 2025-07-06 | Boostrap: Improve codegen for function declaration (starting to work on params) | Baitinq | 3 | -5/+34 |
| 2025-07-06 | Boostrap: Improve parser and codegen function calls values | Baitinq | 3 | -4/+103 |
| 2025-07-05 | Codegen: Fix pointer assignment type checking | Baitinq | 1 | -0/+1 |
| 2025-07-05 | Boostrap: Get printf working | Baitinq | 2 | -5/+3 |
| 2025-07-05 | Boostrap: Codegen for strings | Baitinq | 3 | -1/+40 |
| 2025-07-05 | Boostrap: Support basic function calls | Baitinq | 3 | -7/+74 |
| 2025-07-05 | Boostrap: Support adding variables to environment | Baitinq | 2 | -9/+48 |
| 2025-06-28 |