[antlr-interest] Size of the ANTLR-C#-.NET "community"?

David Jung jungdl at ornl.gov
Fri Dec 2 12:22:53 PST 2005


I've also been using ANTLR (v2.x) with C# and a fairly sizable grammar
with good results (one for a custom language with C++ order complexity).
Mostly under Linux/Mono rather than Window/.NET
(and using .NET 2.0 generics).
Due to the similarity between Java & C#, talk on the list is fairly easily
'translatable' in practice.  I've also used ANTLR from Java, but my first
experience was via C#.
I've not been working on the compiler/interpreter for a while now, but
am looking forward to getting back to it and converting over to ANTLR v3.
-David.

>Date: Fri, 2 Dec 2005 09:05:20 -0800
>From: Jonathan Malek <jonathan.malek at gmail.com>
>Subject: Re: [antlr-interest] Size of the ANTLR-C#-.NET "community"?
>To: ANTLR Interest <antlr-interest at antlr.org>
>Message-ID:
>	<bb389fda0512020905k7ab1cc2o9a29ac2c15cdfc16 at mail.gmail.com>
>Content-Type: text/plain; charset="iso-8859-1"
>
>I picked ANTLR for a C# search project with a very large number of
>simultaneous users.  We ran into only one issue under load (the solution to
>which I believe I found on this list, regarding the eventual failure in a
>multi-threaded environment of the ASTPair queue), which I was able to fix in
>source.
>
>The performance is fantastic, and while it is true that the user-base seems
>very Java-centric, we were able to get a complex grammar in place in a
>matter of weeks with just one C# developer, and no prior experience in the
>arcana of parser theory.
>
>
>On 11/29/05, Andy Voelkel <andy at exchange.voelkel.us> wrote:
>  
>
>>Hi all,
>>I am quite intrigued by the possibilities of ANTLR, and have been
>>perusing the site. One thing that strikes me is that it seems very
>>Java/Linux-centric.
>>Our development is all Windows/C#/.NET based, so that is a potential
>>mismatch.
>>Are there a substantial number of ANTLR users who use C#/.NET as a host
>>platform? Or would that be swimming upstream?
>>Thanks!
>>- Andy
>>P.S. If using ANTLR user Windows/.NET is not a realistic/painless
>>option, are there other parser/lexer packages that anyone could
>>recommend?
>>
>>    
>>



More information about the antlr-interest mailing list