Add sponsor
This commit is contained in:
parent
27ac5b7003
commit
a23ce01cbb
1 changed files with 5 additions and 0 deletions
|
|
@ -5,6 +5,11 @@
|
|||
|
||||
Library interface to the C++ AST — parse source files, synthesize entities, get documentation comments and generate code.
|
||||
|
||||
> |[](https://www.embarcadero.com/de/products/cbuilder/starter) | Sponsored by [Embarcadero C++Builder](https://www.embarcadero.com/de/products/cbuilder/starter). |
|
||||
> |-------------------------------------|----------------|
|
||||
>
|
||||
> If you like this project, consider [supporting me](https://jonathanmueller.dev/support-me/).
|
||||
|
||||
## Motivation
|
||||
|
||||
If you're writing a tool that needs access to the C++ AST (i.e. documentation generator, reflection library, …), your only option apart from writing your own parser is to use [clang](https://clang.llvm.org).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue