[antlr-interest] Need antlr which generates code in vb.net

Micheal J open.zone at virgin.net
Wed Apr 13 14:53:01 PDT 2005



> -----Original Message-----
> From: antlr-interest-bounces at antlr.org 
> [mailto:antlr-interest-bounces at antlr.org] On Behalf Of Suneel 
> Chinchanikar
> Sent: 12 April 2005 12:10
> To: antlr-interest at antlr.org
> Subject: [antlr-interest] Need antlr which generates code in vb.net
> 
> 
> Hello everybody,
> 
> Is there any implemetation of ANTLR which generates VB.NET 
> code and also supports AST?

This doesn't answer your question but, have you considered writing a VB.Net
code generator yourself. The exisitng .NET runtime library is fully
compatible with VB.NET so you wouldn't need to port/rewrite that.

Have a look at the C# codegen in CSharpCodeGenerator.java and see if you can
derive a version that generates VB.NET code instead. Once that is done, we
can add a VB_NET language target for you.

If you can wait a few months, this will be even easier to do with ANTLR v3.

Micheal
ANTLR/C#



More information about the antlr-interest mailing list