silt-lang / silt

An in-progress fast, dependently typed, functional programming language implemented in Swift.
MIT License
240 stars 13 forks source link

Implement a Protocol-Oriented Mangler #143

Closed CodaFi closed 6 years ago

CodaFi commented 6 years ago

What's in this pull request?

Adds the silt-demangle subtool and three new manglers:

Like any big change, this entailed a lot of refactoring.

Related to #104

CodaFi commented 6 years ago

⛵️