Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 632 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 632 Bytes

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