Skip to content

Commit 6439fc5

Browse files
committed
Remove funding information
1 parent f5202dd commit 6439fc5

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/FUNDING.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22

33
Library interface to the C++ AST — parse source files, synthesize entities, get documentation comments and generate code.
44

5-
> |[![](https://www.jonathanmueller.dev/embarcadero-logo.png)](https://www.embarcadero.com/de/products/cbuilder/starter) | Sponsored by [Embarcadero C++Builder](https://www.embarcadero.com/de/products/cbuilder/starter). |
6-
> |-------------------------------------|----------------|
7-
>
8-
> If you like this project, consider [supporting me](https://jonathanmueller.dev/support-me/).
9-
105
## Motivation
116

127
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).

0 commit comments

Comments
 (0)