| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add `void` type and allow void* to be assigned to other ptr types | Mustafa Quraish | 2022-02-05 | 1 | -1/+1 |
| * | Modify implementation of structs to support unions | Mustafa Quraish | 2022-02-03 | 1 | -0/+1 |
| * | Add support for basic structs | Mustafa Quraish | 2022-02-03 | 1 | -0/+14 |
| * | Remove `putc` intrinsic and replace with `write(fd, buf, size)` | Mustafa Quraish | 2022-02-03 | 1 | -0/+2 |
| * | Allow implicitly converting between integer-like-types | Mustafa Quraish | 2022-02-03 | 1 | -0/+2 |
| * | Add support for `char` type + string/char literals | Mustafa Quraish | 2022-02-02 | 1 | -1/+5 |
| * | Add initial support for arrays (also no testing) | Mustafa Quraish | 2022-02-02 | 1 | -1/+5 |
| * | Move type-related stuff to a separate file | Mustafa Quraish | 2022-02-02 | 1 | -0/+26 |