Yet another open source implementation of Apple's programming language Swift written in Swift (work in progress).
- Swift (version 1.1 or later)
- LLVM (version 3.5.0 or later)
- Clang (version 6.0 or later)
TreeSwift currently only supports Mac OS X because there is no implementation of Swift for other platforms.
To compile TreeSwift, just run make command.
$ make
TreeSwift is distributed under a 2-clause BSD license.
See LICENSE for details.