Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)