fortinmike / XcodeBoost

An Xcode plugin that aims to make altering and inspecting code quick and easy.
MIT License
817 stars 86 forks source link

Evaluate the possibility to use Clang instead of regexes to find and manipulate code #1

Open fortinmike opened 10 years ago

fortinmike commented 10 years ago

Some tracks:

Note to anyone coming across this:

If you have firsthand experience working with the Clang AST / working with Clang to make source-to-source transformations I would be grateful if you could be available for a quick discussion over email or chat. This would help kickstart the feature.

fortinmike commented 9 years ago

Especially relevant in the context of adding Swift support.