I have been using Sam Harwell's CSharp3 target (ANTLR 3.2) for some time, and 
filter mode works for me.  The version I am using came from the link in the 
following post from Sam on 6/23/2010 (Titled - Runtime Library of v 3.2 for C#):

-------------------------
The CSharp3 target should support the ANTLR 3.2 features. There are a few known 
issues, such as the fact that the method generated for the bottomUp and topDown 
rules doesn't match the name expected by the current CSharp3 runtime (BottomUp 
and TopDown), so you have to manually override the BottomUp and TopDown methods 
to call bottomUp and topDown instead.

To use the CSharp3 target, you'll need to generate your grammar using the C# 
port of the ANTLR tool (Antlr3.exe). The binaries for the tool and the
CSharp3 runtime can be found here:
http://www.280z28.org/downloads/antlr/antlr-dotnet-binaries-3.2.0.6805.7z

Thanks,
Sam
-------------------------
Kevin Carroll
 

-----Original Message-----
From: antlr-interest-boun...@antlr.org 
[mailto:antlr-interest-boun...@antlr.org] On Behalf Of Natan
Sent: Sunday, September 05, 2010 5:20 PM
To: antlr-interest@antlr.org
Subject: Re: [antlr-interest] Filter mode and C#

  You are not alone. Has been almost 1 year since 3.2 has been release, 
and I'm still hoping to use those new features.
You may be able to find some old posts with preview builds, but not 
access to the source. Not sure what is wrong with the C# port... looks 
like its abandoned.

On 5/9/2010 19:10, Gareth Cox wrote:
> Hey Peter,
>
> I'm basically trying to do the same thing.  Google search showed that antlr
> 3.2 supports filter mode and the c# build is only 3.1.  Apparently if you
> get the top of the source tree there is a work in progress version.
> Unfortunately I've been unable to do that from the antlr website.


List: http://www.antlr.org/mailman/listinfo/antlr-interest
Unsubscribe: 
http://www.antlr.org/mailman/options/antlr-interest/your-email-address

List: http://www.antlr.org/mailman/listinfo/antlr-interest
Unsubscribe: 
http://www.antlr.org/mailman/options/antlr-interest/your-email-address

-- 
You received this message because you are subscribed to the Google Groups 
"il-antlr-interest" group.
To post to this group, send email to il-antlr-inter...@googlegroups.com.
To unsubscribe from this group, send email to 
il-antlr-interest+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/il-antlr-interest?hl=en.

Reply via email to