From a23ce01cbb9e2e5a2000ad1fb4c6b5f7643e06ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20M=C3=BCller?= Date: Wed, 17 Feb 2021 13:49:58 +0100 Subject: [PATCH] Add sponsor --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9e34eb6..df02e7c 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,11 @@ Library interface to the C++ AST — parse source files, synthesize entities, get documentation comments and generate code. +> |[![](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). | +> |-------------------------------------|----------------| +> +> 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).