aboutsummaryrefslogtreecommitdiff
path: root/include/type.h
Commit message (Collapse)AuthorAgeFilesLines
* Add a function to get the size of a given typeHimbeer17 hours1-0/+2
|
* Simplify type system to primitives onlyHimbeer8 days1-74/+21
|
* Implement type parsingHimbeer2024-09-261-8/+16
|
* Order type kinds alphabeticallyHimbeer2024-09-211-6/+6
|
* Add builtin boolean typeHimbeer2024-09-211-0/+1
|
* Remove unnecessary type struct pointer indirectionsHimbeer2024-09-211-8/+8
|
* Add definitions for builtin numeric typesHimbeer2024-09-151-0/+12
|
* Add data structures for typesHimbeer2024-09-151-0/+75