[swift-dev] libSwiftAST (a-la-libclang) ?

Davide Italiano dccitaliano at gmail.com
Fri Aug 18 05:43:57 CDT 2017


Hi,
as part of a fuzzing project I have some needs to parse/mutate the AST.
When I work with clang I generally use libclang (RecursiveASTVisitor)
but I'm not aware of any Swift equivalent officially released as part
of apple/swift ( the best I was able to find is this repo
https://github.com/yanagiba/swift-ast ).
Does such thing exist? I'd prefer a C++ library as I'm not really Swift savvy.

Thanks,

--
Davide


More information about the swift-dev mailing list