Absolutely! On the subject of C parsing, I would just like to say that I have a prototype implementation of a C preprocessor implemented for PLY. I'm hoping to include it in the next version, but it would obviously be an interesting addition to the C parsing project (namely, you wouldn't need to have cpp anymore). Stay tuned.
Cheers, Dave On Thu 20/11/08 11:21 AM , eliben [EMAIL PROTECTED] sent: > > On Nov 20, 2:00 pm, David Beazley <[EMAIL PROTECTED] > om> wrote:> It's already been done---although not using PLY > :-).> > > http://root.cern.ch/twiki/bin/view/ROOT/CINT> > > Cheers, > > Dave > > CINT is quite a different animal from pycparser though. It's written > in C++ and hence is hardly as convenient for tinkering. The point of > pycparser is to allow playing with C from Python. > > Eli > --~--~---------~--~----~------------~-------~--~----~ > You received this message because you are subscribed to the Google Groups > "ply-hack" group.To post to this group, send email to ply > [EMAIL PROTECTED] unsubscribe from this group, send email to ply-hack+ > [EMAIL PROTECTED] more options, visit this group at > http://groups.google.com/group/ply-hack?hl=en-~----------~----~----~----~------~----~---- --~--~--- > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
