A Beef binding for Libclang
Find a file
2024-05-24 16:35:54 +02:00
src this should fix the errors 2024-05-24 16:35:46 +02:00
.gitignore added binding 2024-05-17 21:36:50 +02:00
BeefProj.toml added string flag I think 2024-05-24 16:33:31 +02:00
BeefSpace.toml added string flag I think 2024-05-24 16:33:31 +02:00
LICENSE Initial commit 2024-05-17 21:34:44 +02:00
README.md Update README.md 2024-05-17 21:43:33 +02:00

libclang-beef

This binding is still wip, which means that its useable but some specifc bindings might be incorrect, the api might change and you might need to cast enums instead of being able to nativly input them into their respective locations

How to use

  • Get the relevant libclang.lib and libclang.dll/libclang.so files and put them into the deps folder
    • They can be gotten from the llvm website, from your package manager or you can compile them yourself
  • Add libclang-beef as a dependency to your project
  • Add the namespace to your using