[antlr-interest] Trouble getting fuzzy lexer to recognize ID followed by asterisk

Xue Yong Zhi zhixueyong at hotmail.com
Thu Mar 8 09:38:59 PST 2007


> lexer grammar FuzzyD;
> options
> {
>     filter=true;
> }

Why "filter=true" here?

The best thing of ANTLR is it generates human readale  and debuggable 
code. You may want to use a debugger to step through the generated lexer.

-- 
Xue Yong Zhi
XRuby (Ruby to Java bytecode compiler):
http://xruby.blogspot.com



More information about the antlr-interest mailing list