Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eventual Feature Consideration Request: CQuery and/or Generic Language Server Protocol #30

Open
RandomDSdevel opened this issue Jan 13, 2018 · 2 comments

Comments

@RandomDSdevel
Copy link

@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…

@foonathan
Copy link
Collaborator

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.

@RandomDSdevel
Copy link
Author

@foonathan:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants