Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/llvm-swift/clangswift
- Owner: llvm-swift
- License: mit
- Created: 2017-01-20T17:36:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-04T20:39:02.000Z (over 5 years ago)
- Last Synced: 2024-10-30T17:15:13.324Z (14 days ago)
- Language: Swift
- Homepage:
- Size: 2.29 MB
- Stars: 160
- Watchers: 6
- Forks: 16
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.