Re: [PHP] PHP parser extension?

2003-06-25 Thread anzenews
Is there some extension or anything that would allow me to hook my code to PHP parser? Even lex and yacc for PHP would be great... Have you tried the tokenizer? Should be able to build what you're talking about with that (unless you just want hooks or something).

[PHP] PHP parser extension?

2003-06-24 Thread anzenews
Hi! I hope this is the right newsgroup for posting this... PHP.dev doesn't seem to be alive anymore? Is there some extension or anything that would allow me to hook my code to PHP parser? Even lex and yacc for PHP would be great... What I want to do is this: lets say tou want to extract all

RE: [PHP] PHP parser extension?

2003-06-24 Thread Ford, Mike [LSS]
-Original Message- From: anzenews [mailto:[EMAIL PROTECTED] Sent: 23 June 2003 11:21 I hope this is the right newsgroup for posting this... PHP.dev doesn't seem to be alive anymore? It was renamed 'internals' a while ago (see http://www.php.net/mailing-lists.php). Cheers! Mike

Re: [PHP] PHP parser extension?

2003-06-24 Thread Robert Cummings
I don't know that this kind of funcitonality exists, but that would be a sweet deal if it did. Cheers, Rob. anzenews wrote: Hi! I hope this is the right newsgroup for posting this... PHP.dev doesn't seem to be alive anymore? Is there some extension or anything that would allow me to

Re: [PHP] PHP parser extension?

2003-06-24 Thread Lars Torben Wilson
On Mon, 2003-06-23 at 03:21, anzenews wrote: Hi! I hope this is the right newsgroup for posting this... PHP.dev doesn't seem to be alive anymore? Is there some extension or anything that would allow me to hook my code to PHP parser? Even lex and yacc for PHP would be great... Have you