Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 days 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 3 years ago)
- Default Branch: main
- Last Pushed: 2021-02-22T18:52:28.000Z (over 3 years ago)
- Last Synced: 2024-10-10T19:41:14.990Z (about 1 month ago)
- Topics: macos, swift5, swiftui, swiftui-app
- Language: Swift
- Homepage:
- Size: 210 KB
- Stars: 3
- 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.
![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.](SwiftDemanglerMac.png)