[antlr-interest] Using ANTLR to help translate C++ to C#

Sohail Somani sohail at taggedtype.net
Sat Apr 8 12:41:04 PDT 2006


On Sat, 2006-04-08 at 13:11 -0400, Joshua Gough wrote:
> Hello,
> 
> I have some files that have a large amount of business logic
> implemented in C++ / COM. For performance reasons, I may need to
> convert these to C# to avoid COM interop performance issues. Manually
> doing this would involve removing some macros, removing some
> com-specific try/catch statements, and transitioning some pointers to
> first-class return values. The business logic will stay almost 100%
> the same though. 

Why not use C++.NET? You shouldn't need COM then.



More information about the antlr-interest mailing list