Skip to content

Babel Swift is an Objective-C to Swift converter based on libclang.

Notifications You must be signed in to change notification settings

xhacker/babel-swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Babel Swift

An Objective-C to Swift converter. This is my CMPT 497 course project at SFU. Final report can be found here.

Useful Commands

Dump AST using Clang:

clang -Xclang -ast-dump -fsyntax-only input.m

Test

Install forked version of Clang.

python2.7 -m pytest -v tests/test.py

About

Babel Swift is an Objective-C to Swift converter based on libclang.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published