Login
From:
www.foonathan.net
(Uncensored)
subscribe
cppast - A library to parse and work with the C++ AST
https://www.foonathan.net/2017/04/cppast/
links
backlinks
Roast topics
Find topics
Find it!
There is currently no great way to parse the C++ AST. libclang works for simple things, but is not feasible if you need more information. That's why I've created cppast.