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.21.1 |
Author(s): | Alexandre Mutel |
Last Update: | Wednesday, November 13, 2024 |
.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