[antlr-interest] Using ANTLR without Java

Vaclav Barta vbar at comp.cz
Fri Jun 26 23:31:47 PDT 2009


On Saturday 27 June 2009 07:48:55 Elnur Cabarov wrote:
> I'm writing an application in C# and want to use ANTLR in it (i.e. user
> should be able to write own grammars or change existing ones, compile and
> run them dynamically)
>
> But I don't want end-users need both .Net framework and Java. Is there any
> way to use ANTLR without Java? I don't mean using C# as a target language.
> I mean dynamically compiling grammars and running them without Java
Short of porting ANTLR to C# (which should be possible, but rather painful at 
the moment, as ANTLR 3 still depends on ANTLR 2), I don't think so.

	Bye
		Vasek





More information about the antlr-interest mailing list