robb / Asterism

Asterism is yet another functional toolbelt for Objective-C. It tries to be typesafe and simple.
http://robb.github.io/Asterism/
MIT License
226 stars 12 forks source link

Remove ASTLift #24

Closed robb closed 10 years ago

robb commented 10 years ago

This also removes all variations of ASTEach and ASTMin/ASTMax that were written specifically to support lifted selectors.

Fixes #23 Closes #17