Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/llvm-swift/clangswift

A Swift wrapper for the libclang C API (version 4.0.x)
https://github.com/llvm-swift/clangswift

Last synced: 4 days ago
JSON representation

A Swift wrapper for the libclang C API (version 4.0.x)

Awesome Lists containing this project

README

        

# ClangSwift
[![Documentation](https://cdn.rawgit.com/llvm-swift/ClangSwift/master/docs/badge.svg)](https://llvm-swift.github.io/ClangSwift)

ClangSwift aims to be a Swifty wrapper for the `libclang` C API, much like
[LLVMSwift](https://github.com/llvm-swift/LLVMSwift).

It's still heavily in development, and is nowhere near complete.
Check back for updates!

# Authors

- Harlan Haskins ([@harlanhaskins](https://github.com/harlanhaskins))
- Robert Widmann ([@CodaFi](https://github.com/CodaFi))

# License

ClangSwift is released under the MIT License, a copy of which is included
in this repo.