summaryrefslogtreecommitdiff
path: root/rt_struct.h
AgeCommit message (Collapse)Author
2022-08-09rt_struct: Make members have a member type, and use a single dimensionmrb0nk500
count, rather than having seperate dimension counts for pointers, and arrays
2022-08-09rt_struct: Add `ssize_t` to list of root typesmrb0nk500
2022-08-09rt_struct: Create `rt_struct.{c,h}`, and add `create_rts()`mrb0nk500
This is a simple implementation of runtime structs, which was taken from lavignes' librts, and modified to make it alot easier to work with. Link to librts: https://github.com/lavignes/librts