> But > still wanting a higher level of laziness, I just wanted to find the > declarations in the header, right click and select an action to translate > the declarations into C#, then back in my code paste in the translated > declarations, ready for use with C#. Translating structure definitions is > easy. Translating language statements is where we make money. Being even > more lazy, I converted them to an intermediate language that could be used > to translate declarations from one language to another.
Ah ok, got it. Good solution, having an intermediate language is really powerful. Currently I have no header files to reuse, but in the past such a tool would have been quite helpful. -- Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de List: http://www.antlr.org/mailman/listinfo/antlr-interest Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address -- You received this message because you are subscribed to the Google Groups "il-antlr-interest" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/il-antlr-interest?hl=en.
