/SwiftDemanglerMac

macOS UI wrapper app around CwlDemangler to render swift symbols legible

Primary LanguageSwift

Swift Demangler UI

Quick and dirty SwiftUI app that's a wrapper around CwlDemangle, which is a translation of Swift's Demangler.cpp that demangles Swift symbols into their internal formats.

The app provides a text field to enter the raw (mangled) swift symbol, and another to see the results.

A screenshot showing a window with two text fields, the top text field hacing a mangled swift symbol, and the bottom showing its unmangled form.