libclang-pharo-bindings

Description

Bindings for the libclang library

Details

Source
GitHub
Dialect
pharo (65% confidence)
License
MIT
Stars
2
Forks
4
Created
March 22, 2017
Updated
Sept. 7, 2022
Topics
clang jit pharo

README excerpt

# libclang-pharo-bindings
Bindings for the libclang library

This is a port of the bindings originally made by [Ciprian Teodorov](http://smalltalkhub.com/#!/~CipT/LibClang).

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
  
← Back to results