Bob Rossi <[EMAIL PROTECTED]> writes: > I've been in contact with him, and get advice where I can. The problem > is, he has a completely different skeleton. I'm not sure that this would > be acceptable. Would it?
All other things being equal I'd rather not maintain a different skeleton. On the other hand, if it's too much of a pain to squeeze it into yacc.c (as I suspect it is) I suppose you might as well go with a different skeleton. > This is the fundamental question I have in > regards to starting my work. Akim suggested I should start with yacc.c > and work towards something that Odd had. What do you think? That sounds like a reasonable suggestion, yes. > The problem is, a push parser will not work unless a pure reentrant parser > is being used. I don't at all mind requiring a pure reentrant parser. You can assume that, if you like. Good luck!
