| Commit message (Expand) | Author | Files | Lines | |
|---|---|---|---|---|
| 2025-01-30 | Examples: Fix example 2 | Baitinq | 2 | -1/+2 |
| 2025-01-30 | Codegen: Support function calls in return statement | Baitinq | 3 | -10/+9 |
| 2025-01-30 | Codegen: Get function declaration/calling kind of working | Baitinq | 2 | -25/+40 |
| 2025-01-29 | Codegen: Support identifiers in return expressions | Baitinq | 2 | -4/+8 |
| 2025-01-29 | Codegen: Support variable reassignment | Baitinq | 2 | -39/+23 |
| 2025-01-29 | Codegen: Get variable declarations kind of working | Baitinq | 2 | -19/+38 |
| 2025-01-28 | Codegen: Get printf working | Baitinq | 2 | -6/+43 |
| 2025-01-27 | Codegen: Cleanup | Baitinq | 1 | -7/+6 |
| 2025-01-27 | Codegen: Get the most basic ever example compiling | Baitinq | 3 | -16/+78 |
| 2025-01-27 | Codegen: Start working on actual AST codegen | Baitinq | 2 | -14/+70 |
| 2025-01-27 | Misc: Update gitignore | Baitinq | 1 | -0/+1 |
| 2025-01-27 | Codegen: PoC use _start | Baitinq | 1 | -1/+1 |
| 2025-01-26 | Codegen: PoC hello world | Baitinq | 1 | -0/+13 |
| 2025-01-26 |