Hacker News new | ask | show | jobs
by fishnchips 3721 days ago
Well done - the technology is pretty amazing if it lives up to its promise. I'd be curious to know what you use behind the scenes to parse Objective-C? Do you build parse trees with clang or is there some other black magic going on?
1 comments

We have created an ObjC parser using its grammar. our converion service convert iOS project code source to android or swift project. This conversion is done using syntaxic and semantic mapping technology. You can check out converion samples here https://github.com/MyAppConverter

For more information about mapping technology: https://docs.myappconverter.com/