Skip to content

estebanlm/libclang-pharo-bindings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

libclang-pharo-bindings

Bindings for the libclang library

This is a port of the bindings originally made by Ciprian Teodorov.

LibClang is a stable high level C interface to clang.

See LibClangExample class for some usage scenarios

Ex: LibClangExample stdlibHFunctions -- list all functions declared in stdlib.h header file

IMPORTANT note 1: You need to have a 32 bit libclang library compiled on your machine to use this binding.

building 32 bit libclang shared library on macOS:

configure --prefix=<your install path> --enable-optimized --target=i686-apple-darwin10

About

Bindings for the libclang library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published