Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/macmade/clangkit
ClangKit provides an Objective-C frontend to LibClang. Source tokenization, diagnostics and fix-its are actually implemented.
https://github.com/macmade/clangkit
c c-plus-plus clang code diagnostics llvm objective-c parsing source static-analysis syntax-highlighting tokenization
Last synced: 3 days ago
JSON representation
ClangKit provides an Objective-C frontend to LibClang. Source tokenization, diagnostics and fix-its are actually implemented.
- Host: GitHub
- URL: https://github.com/macmade/clangkit
- Owner: macmade
- Created: 2012-08-12T15:15:33.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2021-08-02T22:36:03.000Z (over 3 years ago)
- Last Synced: 2024-07-31T22:53:53.480Z (5 months ago)
- Topics: c, c-plus-plus, clang, code, diagnostics, llvm, objective-c, parsing, source, static-analysis, syntax-highlighting, tokenization
- Language: C
- Homepage:
- Size: 15.2 MB
- Stars: 359
- Watchers: 17
- Forks: 46
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ClangKit
========[![Build Status](https://img.shields.io/travis/macmade/ClangKit.svg?branch=master&style=flat)](https://travis-ci.org/macmade/ClangKit)
[![Issues](http://img.shields.io/github/issues/macmade/ClangKit.svg?style=flat)](https://github.com/macmade/ClangKit/issues)
![Status](https://img.shields.io/badge/status-active-brightgreen.svg?style=flat)
![License](https://img.shields.io/badge/license-boost-brightgreen.svg?style=flat)
[![Contact](https://img.shields.io/badge/[email protected]?style=flat)](https://twitter.com/macmade)
[![Donate-Patreon](https://img.shields.io/badge/donate-patreon-yellow.svg?style=flat)](https://patreon.com/macmade)
[![Donate-Gratipay](https://img.shields.io/badge/donate-gratipay-yellow.svg?style=flat)](https://www.gratipay.com/macmade)
[![Donate-Paypal](https://img.shields.io/badge/donate-paypal-yellow.svg?style=flat)](https://paypal.me/xslabs)About
-----ClangKit provides an Objective-C frontend to LibClang.
Source tokenization, diagnostics and fix-its are actually implemented.ClangKit is intended to be used as a private framework, in an application's bundle.
Possible applications includes:* Source code syntax highlighting
* Source code tokenization
* Source code diagnostics
* Source code static analysis### Language support
The project actually supports parsing C, C++, Objective-C and Objective-C++ source code.
### iOS note
The project is not yet compatible with iOS, but everything should be fine, as LibClang is actually compiled as a static library.
Documentation
-------------Documentation and API reference can be found at: http://doc.xs-labs.com/ClangKit/
Project home
------------Project home can be found at: http://xs-labs.com/en/projects/clang-kit/
License
-------ClangKit is released under the terms of the Boost Software License - Version 1.0.
Repository Infos
----------------Owner: Jean-David Gadina - XS-Labs
Web: www.xs-labs.com
Blog: www.noxeos.com
Twitter: @macmade
GitHub: github.com/macmade
LinkedIn: ch.linkedin.com/in/macmade/
StackOverflow: stackoverflow.com/users/182676/macmade