savi-lang / savi

A fast language for programmers who are passionate about their craft.
BSD 3-Clause "New" or "Revised" License
156 stars 12 forks source link

Fix for FFI casting a struct to its pointer field. #488

Closed jemc closed 3 months ago

jemc commented 3 months ago

FFI casting for pointer-containing structs is a pattern I'm using in my LLVM library that's currently in progress.