Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx committed Jan 9, 2024
1 parent c0a017e commit 45a9ac1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ CppAst provides a C/C++ parser for header files with access to the full AST, com
## Features

- Compatible with `.NET Standard 2.0+`
- Using `Clang/libclang 16.0.0`
- Compatible with `net8.0`
- For `netstandard2.0` use `0.14.0` version.
- Using `Clang/libclang 17.0.1`
- Allow to parse *in-memory* C/C++ text and C/C++ files from the disk
- Simple AST model
- Full type system
Expand Down

0 comments on commit 45a9ac1

Please sign in to comment.