PHP AST Class?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

PHP AST Class?

Post 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...
User avatar
ghurtado
Forum Contributor
Posts: 334
Joined: Wed Jul 23, 2008 12:19 pm

Re: PHP AST Class?

Post by ghurtado »

AST?
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Re: PHP AST Class?

Post by Weirdan »

pecl/parse_tree
ghurtado wrote:AST?
Abstract Syntax Tree
User avatar
ghurtado
Forum Contributor
Posts: 334
Joined: Wed Jul 23, 2008 12:19 pm

Re: PHP AST Class?

Post by ghurtado »

Thanks, Weirdan!
Post Reply