Hello, > > I have a “simple” request. An objective C code parser to generate C#. It > would leverage the mountain of**** > > Objective C support and sample code.**** > > ** ** > > I know its not so simple, but would be a killer tool. >
This has existed for a long time, that is what I use to do the heavy lifting when I bind APIs: https://github.com/mono/monomac/blob/f84cbb892691998c7424e8fedc08854d1e976816/src/parse.cs Then I take the output and I give them the love they deserve. Miguel
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
