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 _______________________________________________ swift-dev mailing list swift-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-dev