Skip to content

Swift AST Dump support

Latest
Compare
Choose a tag to compare
@PaulTaykalo PaulTaykalo released this 17 Oct 20:03
· 4 commits to master since this release

In this version, Swift AST dump is supported as the source for building dependencies graph.
While it's more proof of concept, results can be really cool :)

./generate-objc-dependencies-to-json.rb --ast-file file.ast
./generate-objc-dependencies-to-json.rb --ast-file file.ast --inheritance-only

More detailed info can be found on wiki