balachandarlinks wrote:
Hi guys,
    As a part of my project i need to parse a "c source code" into
tokens.I need to process the tokens to identify some predefined
patterns.I searched in google and am here now.I am puzzled how to work
with ply.Please help me guys ..

The mailinglist is not for asking people to do your work.
Instead, I suggest you start with the example in the ply documentation to get a 
feel for how it works.


As another member of the list already said, parsing C is not a simple task.
If you want to do documentation-like things, you may want to look at how other documentation programs do it, eg doxygen

Albert



--
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