| Age | Commit message (Expand) | Author |
|---|---|---|
| 2025-08-17 | refactor: replace String with char* | nsfisis |
| 2025-08-15 | feat: implement conditional expression | nsfisis |
| 2025-08-15 | feat: grow dynamic array | nsfisis |
| 2025-08-15 | feat: allow variable declaration in for loop's init | nsfisis |
| 2025-08-15 | feat: support non-extern global variables | nsfisis |
| 2025-08-15 | refactor: define BOOL/TRUE/FALSE macros | nsfisis |
| 2025-08-15 | feat: support union types | nsfisis |
| 2025-08-15 | feat: support short type | nsfisis |
| 2025-08-15 | refactor: refactor handling of array/pointer types | nsfisis |
| 2025-08-15 | fix: type string literals | nsfisis |
| 2025-08-15 | feat: implement array type | nsfisis |
| 2025-08-15 | feat: properly calculate stack offset of local variables | nsfisis |
| 2025-08-15 | refactor: extract alignment calculation | nsfisis |
| 2025-08-15 | feat: implement empty statements (only semicolon) | nsfisis |
| 2025-08-15 | feat: separate main.c | nsfisis |
