arcana-lab / memoir

A case for representing data collections and objects in the LLVM IR
MIT License
11 stars 2 forks source link

Add support for non-memoir pointers #36

Closed tommymcm closed 1 year ago

tommymcm commented 1 year ago

Add support for C-style pointers, generalize it as:

void *readPointer(field)
writePointer(field, void *ptr)

The developer is responsible for casting the void * to whatever pointer type they need.

tommymcm commented 1 year ago

Issue is closed with #22