Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 439 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 439 Bytes

cxx-parser

The `cxx-parser`` is a terra parser that parse C/C++ Abstract Syntax Trees (ASTs), leveraging libraries from cppast and clang AST.

Prerequisites

The cppast only work on llvm@15 at this time, you can install it using homebrew

brew install llvm@15
  • Install llvm@15