aboutsummaryrefslogtreecommitdiff
path: root/src/darr.h
AgeCommit message (Collapse)Author
2023-10-23src->vm, Makefile is now a bit more abstracted and pretty coloursAryadev Chavali
Changed folder names for sake of clarity (will be introducing a new build target soon), and Makefile can now easily support more targets.
2023-10-21Helper darr functions to read/write bytes from FILE *Aryadev Chavali
2023-10-15Implemented a dynamically sized byte arrayAryadev Chavali
Pretty simple, want to ensure amortised constant big O so I use a REALLOC_MULT, which can be redefined if wished.