Hi All, Terrence, Jim,

I have review FAQs, other docs and list ...
But sop far cannot find isolated advices/tips of kind


* Tend develop grammar as k=1
   AVOID to use k=*, because this is slower ...

OR reverse

* No problems to use k=*
 Always prefer to use k=*  and do not worry ... Speed will be fine..

OR

* always tend to (not)? Use  backtrack option.
    and if you use it then use memoize also ...


In the ANTLR3/Examples/C  I see options as


====================
grammar C;

options 
{
    backtrack    = true;
    memoize    = true;
    k        = 2;
    language    = C;
}
====================


But what is official point of view at current state ?



-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information
http://www.paradigmasoft.com

[I feel the need: the need for speed]



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