Skip to content

A translation (line-by-line in many cases) of Swift's Demangler.cpp into Java.

License

Notifications You must be signed in to change notification settings

Yincongxiao/MMSwiftDemangle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SwiftDemangle

A translation (line-by-line in many cases) of Swift's Demangler.cpp into Java.

other version for demangling swift.

Swift: CwlDemangle.swift

C++: Demangler.cpp

Usage

Parse a String containing a mangled Swift symbol with the parseMangledSwiftSymbol function:

String res = MMSwiftDemangle.parseMangledSwiftSymbolToString("$s3Demo21SourcesViewControllerCfETo [<compiler-generated> : 25106 + 0x40]");

About

A translation (line-by-line in many cases) of Swift's Demangler.cpp into Java.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages