aboutsummaryrefslogtreecommitdiff
path: root/src/types.h
Commit message (Expand)AuthorAgeFilesLines
* Add `void` type and allow void* to be assigned to other ptr typesMustafa Quraish2022-02-051-1/+1
* Modify implementation of structs to support unionsMustafa Quraish2022-02-031-0/+1
* Add support for basic structsMustafa Quraish2022-02-031-0/+14
* Remove `putc` intrinsic and replace with `write(fd, buf, size)`Mustafa Quraish2022-02-031-0/+2
* Allow implicitly converting between integer-like-typesMustafa Quraish2022-02-031-0/+2
* Add support for `char` type + string/char literalsMustafa Quraish2022-02-021-1/+5
* Add initial support for arrays (also no testing)Mustafa Quraish2022-02-021-1/+5
* Move type-related stuff to a separate fileMustafa Quraish2022-02-021-0/+26