CppAst is a .NET library providing a C/C++ parser for header files with access to the full AST, comments and macros.
Info
| Version: | 0.24.0 |
| Author(s): | Alexandre Mutel |
| Last Update: | Thursday, November 20, 2025 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/xoofx/CppAst |
| NuGet Url: | https://www.nuget.org/packages/CppAst |
Install
Install-Package CppAst
dotnet add package CppAst
paket add CppAst
CppAst Download (Unzip the "nupkg" after downloading)
Dependencies
- ClangSharp(>= 10.0.0)
Tags