You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@foonathan: Have you considered extending cppast so that it can work not just with Clang, but with any C++ tool that supports Microsoft's Language Server Protocol — for example, CQuery? Just a thought you might want to take into account sometime in the future, y'know…
The text was updated successfully, but these errors were encountered:
I have taken careful design decision to make cppast backend intrusive. I can easily add a different parser implementation that uses CQuery, for example. The AST itself is generic.
I might do it in the future, but I welcome any PRs.
I have taken careful design decision to make cppast backend intrusive. I can easily add a different parser implementation that uses CQuery, for example. The AST itself is generic.
⋮
You mean 'backend-agnostic,' right?
⋮
I might do it in the future, but I welcome any PRs.
The invitation is appreciated, but I currently don't have enough experience writing C++ code to contribute as of yet. I'm working on it, though, so we'll see! In any case, cppast seems like a great tool.
@foonathan: Have you considered extending cppast so that it can work not just with Clang, but with any C++ tool that supports Microsoft's Language Server Protocol — for example, CQuery? Just a thought you might want to take into account sometime in the future, y'know…
The text was updated successfully, but these errors were encountered: