Re: [PHP-DEV] Code Parser

2005-01-17 Thread Marek Kilimajer
vikas agrawal wrote: Can some body tell me about the php parser which will first parse the programmer's code before uploading to the server? so that php interpreter will interpret stream lined code/understandable/indentable code for performance. Please reply. Vikas You can use tokenizer: http://sk.

Re: [PHP-DEV] Code Parser

2005-01-10 Thread Lukas Smith
Derick Rethans wrote: On Mon, 10 Jan 2005, vikas agrawal wrote: Can some body tell me about the php parser which will first parse the programmer's code before uploading to the server? so that php interpreter will interpret stream lined code/understandable/indentable code for performance. What do

Re: [PHP-DEV] Code Parser

2005-01-10 Thread Derick Rethans
On Mon, 10 Jan 2005, vikas agrawal wrote: > Can some body tell me about the php parser which will > first parse the programmer's code before uploading to > the server? so that php interpreter will interpret > stream lined code/understandable/indentable code for > performance. What do you want to

[PHP-DEV] Code Parser

2005-01-10 Thread vikas agrawal
Can some body tell me about the php parser which will first parse the programmer's code before uploading to the server? so that php interpreter will interpret stream lined code/understandable/indentable code for performance. Please reply. Vikas __