You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This tool generate Scala Native bindings from C headers. It's build upon clang and Libtooling and thus respect the conventions of clang-tools.
4
+
5
+
## Usage
6
+
7
+
Calling the tool is pretty easy, you need to specify the file(s) and the name of the created bindings.
8
+
9
+
`./scalaBindgen /usr/include/uv.h -name uv --`
10
+
11
+
Running the previous command wild also yield warnings along with the translation. To keep only the bindings please redirect the output to a file like this:
0 commit comments