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
The goal is to implement an automatic converter from C headers to BL wrapper code to make all possible C libraries available in BL. It's really time-consuming to do it manually.
The goal is to implement an automatic converter from C headers to BL wrapper code to make all possible C libraries available in BL. It's really time-consuming to do it manually.
Implementation can be based on my old repo c2bl.
Requirements:
libclang
to get C AST from input C files (wrapper from_modules
in c2bl can be used).build.bl
scripts.The text was updated successfully, but these errors were encountered: