[antlr-interest] C# runtime for ANTLR 3.1.3

Peter C. Chapin pcc482719 at gmail.com
Fri Mar 20 09:34:27 PDT 2009


On Fri, 20 Mar 2009, Sam Harwell wrote:

> You should compile the CSharp runtime in Visual Studio 2005 or 2008.
> That's the one used by the CSharp2 target. The "target" refers to what
> you put in the grammar's options section - if you use CSharp2 then the
> generated code will make use of some C# 2.0 features, but extends the
> same runtime classes as the CSharp target, hence the shared "runtime"
> library.

I understand, thanks for clarifying that.

Actually I just noticed that there is an archive of the precompiled
runtime I need in the source tar ball. At least that's how it looks right
now.  I'll give it a try.

Thanks again!

Peter



More information about the antlr-interest mailing list