SwiftSharp is an open source Swift compiler for .NET.
It's not production ready yet.
I rewrote the parser in F# because Swift's grammar is a bit too hand-wavy for jay. The parser is way better this way.
I just finished typing in the 1,300 lines of Swift grammar from the book and am now starting to write the compiler.
SwiftSharpis the core parser and compiler code.SwiftSharp.Testcontains tests from the Swift Book.
Everyone needs a hobby.
Licensed under the Apache License, Version 2.0.