facebookarchive / swift

An annotation-based Java library for creating Thrift serializable types and services.
Apache License 2.0
900 stars 297 forks source link

Add typedef support #37

Closed hgschmie closed 11 years ago

hgschmie commented 11 years ago

Parse typedef definitions and replace them with the actual thrift types. This is only lightly tested, it is entirely possible that there are infinite loops or other bugs in there.

Now creates valid code for Maestro.thrift

electrum commented 11 years ago

Overall looks good