Antique-team / clangml

OCaml bindings for clang
Other
24 stars 6 forks source link

Add xpath-style queries #46

Open pippijn opened 10 years ago

pippijn commented 10 years ago

It may be useful to have textual queries written in an xpath-like language to extract parts of the AST. It would probably return a list of XP_Decl of decl | XP_Expr of expr | ....