Java Preprocessor in C#

Posted by Olaseni on Stack Overflow See other posts from Stack Overflow or by Olaseni
Published on 2010-03-27T14:47:35Z Indexed on 2010/03/27 14:53 UTC
Read the original article Hit count: 377

Filed under:
|
|
|
|

Say I want to create a sort of Pre-processor for existing java code, so I can get the language specific keywords and objects, and then create routines that convert them to their Csharp equivalents, using Csharp code - what route should this take? I'm thinking of Regular Expressions, but I'm fuzzed.

I have a bunch of about a 100 .java files and I need to convert them to csharp code in record time. I have manually done just about five of them and I have serious headaches already.

Or are there any tools out there that already do that?

© Stack Overflow or respective owner

Related posts about c#

Related posts about preprocessor