https://github.com/heckj/swiftdemanglermac
macOS UI wrapper app around CwlDemangler to render swift symbols legible
https://github.com/heckj/swiftdemanglermac
macos swift5 swiftui swiftui-app
Last synced: 2 months ago
JSON representation
macOS UI wrapper app around CwlDemangler to render swift symbols legible
- Host: GitHub
- URL: https://github.com/heckj/swiftdemanglermac
- Owner: heckj
- Created: 2021-02-22T18:43:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-22T18:52:28.000Z (over 4 years ago)
- Last Synced: 2025-04-01T15:11:49.820Z (2 months ago)
- Topics: macos, swift5, swiftui, swiftui-app
- Language: Swift
- Homepage:
- Size: 210 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Swift Demangler UI
Quick and dirty SwiftUI app that's a wrapper around
[CwlDemangle](https://github.com/mattgallagher/CwlDemangle), which is a translation of
Swift's [Demangler.cpp](https://github.com/apple/swift/blob/master/lib/Demangling/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.
