freylax / purescript-native-cpp-ffi

C++ foreign export implementations for the standard library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++ foreign export implementations for the standard library

This Repository contains all foreign functions as extern C functions which allows for using as shared objects. Not implemented functions will show up during load time of the shared object.

Note that many values are currently missing. Only a minimum set has been implemented – just beyond enough for the standard compiler tests to pass. Please feel free to contribute any that you have implemented yourself (via a pull request).

About

C++ foreign export implementations for the standard library

License:MIT License


Languages

Language:C++ 63.3%Language:C 36.7%