acmpesuecc / ASTViz

A Visualizer for the clang AST
MIT License
0 stars 5 forks source link

feat: Native Integration of Clang #2

Open vortex73 opened 2 days ago

vortex73 commented 2 days ago

With the present arrangement, one must run the clang command to first generate the ast-dump and then pass that to the plotter. This issue proposes a way to merge both under one umbrella sourcefile.

Resources

Jonas Devlieghere's Blog Intro to ClangAST AST Matchers

bunsamosa-bot[bot] commented 2 days ago

Thank you for opening this issue! A Maintainer will review it soon!