Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-15 | Implemented a dynamically sized byte array | Aryadev Chavali | |
Pretty simple, want to ensure amortised constant big O so I use a REALLOC_MULT, which can be redefined if wished. |
index : ovm | ||
ARCHIVED - A stack based virtual machine to act as a target for other programming languages | Aryadev Chavali <aryadev@aryadevchavali.com> |
aboutsummaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-15 | Implemented a dynamically sized byte array | Aryadev Chavali | |
Pretty simple, want to ensure amortised constant big O so I use a REALLOC_MULT, which can be redefined if wished. |