The `cxx-parser`` is a terra parser that parse C/C++ Abstract Syntax Trees (ASTs), leveraging libraries from cppast and clang AST.
The cppast only work on llvm@15 at this time, you can install it using homebrew
brew install llvm@15
- Install llvm@15