Page 1 of 1

PHP AST Class?

Posted: Fri Aug 08, 2008 1:31 am
by alex.barylski
Anyone know of anything? I have some serious refactoring to do and could really use something like this to ease the process...

Even if it just operated on classes that would be fine...

Re: PHP AST Class?

Posted: Fri Aug 08, 2008 7:36 am
by ghurtado
AST?

Re: PHP AST Class?

Posted: Fri Aug 08, 2008 9:20 am
by Weirdan
pecl/parse_tree
ghurtado wrote:AST?
Abstract Syntax Tree

Re: PHP AST Class?

Posted: Fri Aug 08, 2008 10:08 am
by ghurtado
Thanks, Weirdan!