savi-lang / savi

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

Add `ffi_link_cpp_files` declarator (similar to `ffi_link_c_files`) #452

Closed jemc closed 1 year ago

jemc commented 1 year ago

This will allow compiling C++ files with extern "C" bindings, acting as shims for C++ libraries, callable from Savi FFI.