On Tue, May 17, 2016 at 12:37 PM Leff Ivanov <
droid...@gmail.com> wrote:
> Hello! I want to build custom refactoring tool for C/C++ source code and I want to do it in Go. Is there any good library in Go that would parse C/C++ source code into AST (abstract syntax tree) or some other high level structure that I can read and manipulate? Is there any good and up to date bindings to libclang or some other library for parsing C/C++ code? Is there any generic parsing library that has a C/C++ grammar support in it?