用 clang 构建一个解析器
我需要使用 clang 构建 AST,我发现的唯一教程很模糊并且已经过时两年了。有人能给我举个例子吗?
I need to build an AST using clang and the only tutorials that I found are vague and two years out of date. Could anybody point me to an example?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有几个可用的教程演示了
Preprocessor
类的使用以及如何构建 AST:There are several tutorial available that demonstrate the use of the
Preprocessor
class and how to build an AST: