deech / libclang_bindings

Nim bindings to LibClang.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libclang_bindings

Description

This package consists of raw Nim bindings to LibClang. It completely covers the C interface but provides nothing higher level, it is intended as a base package on which to build more convenient abstractions.

It has been tested against the LibClang bundled with LLVM 9.0.0, other versions may or may not work.

Installation

This is a Nimble package but must be installed via Git, so first clone this repo, then in the cloned directory do:

> nimble install

If you need the Nim and Nimble toolchain choosenim is the easiest way to get started.

About

Nim bindings to LibClang.


Languages

Language:Nim 99.8%Language:C 0.2%