On Nov 14, 3:29 pm, David Beazley <[EMAIL PROTECTED]> wrote:
> I thought I might have commented on this earlier, but maybe not (things have 
> been rather crazy around here).  On quick glance, the summary presented here 
> seems
> correct.     I think the main thing to keep in mind is that if you're using 
> PLY's optimized modes, all bets are off for any kind of error checking or 
> validation.   PLY will
> simply assume that any sort of pre-existing table file (lex or yacc) is 
> correct and start using it.    

This is exactly the kind of behavior I would expect from a PLY-based
parser for %99.99 of its service, deep inside some program, parsing
stuff as quickly as possibly. The only occasion on which I can turn
optimization off and would want to enjoy the error checking is during
the development of the parser.

Thanks for answering

Eli

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"ply-hack" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/ply-hack?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to