bytedeco/javacpp

Improve Parser: Use the Clang API

Open

#51 建立於 2015年12月3日

在 GitHub 查看
 (69 留言) (0 反應) (0 負責人)Java (620 fork)batch import
enhancementhelp wanted

倉庫指標

Star
 (4,279 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

I'm in the process of doing this right now. Currently, the following issues exists with the approach I'm taking:

  • Preprocessor directives are not supported: This is fixable, because Clang can be made aware of those, but it doesn't by default. I'll leave this for later.
  • Normal comments cannot be read: Unless I've missed some Clang flag, non-doc comments are completely ignored. I'm not sure this is a big deal, but nonetheless, it's different from the current behavior.

貢獻者指南