How do I use ANTLR Studio to generate code in other languages like c++ or c#?
To generate code in languages other than java, you will have to write a custom ant build script to compile the grammar. Make sure that you dont enable ANTLR Studio on the project otherwise the code will automatically be generated in Java. Also you wont be able to use the Fluid Debugger to debug your grammar files.