Demangling Swift With Swift

Matt Gallagher (tweet): I rewrote the C++ implementation of Swift’s Demangle.cpp in Swift. My reimplementation is completely standalone and can be dropped directly into any Swift project. […] From the first line, we can see a difference between the Swift and C++ versions. Swift has a standard set of protocols and constraints for defining data … Continue reading Demangling Swift With Swift