| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 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 | Bootstrap: Codegen: start working on function calls | Baitinq | 2 | -1/+28 | |
| 2025-06-27 | Bootstrap: Parser: Parse function calls | Baitinq | 1 | -3/+77 | |
| 2025-06-26 | boostrap: implement support for declaring extern functions | Baitinq | 4 | -14/+232 | |
| 2025-06-23 | boostrap: implement enough for first example to work | Baitinq | 4 | -34/+224 | |
| 2025-06-22 | std: Add hashmap impl | Baitinq | 2 | -0/+135 | |