Dave, Over the last week I have been thinking about the generators solution you proposed. Since then I read a bunch about generators since I am not all that familiar with them. The closest thing I have found that matches what I'm looking to do is an article from Charming Python here: http://gnosis.cx/publish/programming/charming_python_b5.html. This seems a little out of the scope of what I'm really trying to accomplish but I really can't think of how else I would implement a generator to alleviate the state machine mess.
I know this isn't the 'place' for this discussion, but since the question started here I would really like your input on what you were thinking. Maybe something to get me thinking about where you were going. Also, thanks to Andrew of the heads up on pyparsing. I think that will suit my needs for a parsing engine just fine. Thanks -Jester_EE --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
