An Objective-C to Swift converter. This is my CMPT 497 course project at SFU. Final report can be found here.
Dump AST using Clang:
clang -Xclang -ast-dump -fsyntax-only input.m
Install forked version of Clang.
python2.7 -m pytest -v tests/test.py