In The Definitive ANTLR Reference, at page 113 there is an example of a
lexer grammar, with at the end of the section the remark 'Lexical filter
mode is generally not used with a parser because the lexer yields an
incomplete stream of tokens.' 

 

I declared the fuzzy parser as follows: 

FuzzyParser lexer = new FuzzyParser (new ANTLRFileStream (sourceFileName));
// derives from Lexer class

Question: how do I 'execute' such a grammar lexer in C# without feeding it
into a parser? 

 

I tried downloading http://www.antlr.org/download/examples-v3.tar.gz, as
suggested in the book, but that URL won't open. 

Regards, John Pool 

 


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