Skip to content

Cpp parsing tools

Bill Quith edited this page Nov 10, 2016 · 3 revisions

Clang

  • 👍 Access to AST.
  • 👍 Fast.

GCC-XML

  • Project
  • 👎 Generates a lot of XML.
  • 👎 Slow compilation.

Lua-clang

Luaclang

Clone this wiki locally