sbalmos
11-06-2004, 02:53 PM
Hi all,
Was wondering if anyone knew of the existence of a PHP class for drawing tree diagrams? Specifically, for a class project, I'm writing a simple predictive parser in PHP, and the prof wants a graphical diagram of the input string's parse tree. I can do it in GD, I know... but the calculations can get pretty nasty for figuring out spacing of tree diagram nodes, etc.
Anyone know of anything out there that can handle this, that I can drop into my code?
Thanks!
--Scott
Was wondering if anyone knew of the existence of a PHP class for drawing tree diagrams? Specifically, for a class project, I'm writing a simple predictive parser in PHP, and the prof wants a graphical diagram of the input string's parse tree. I can do it in GD, I know... but the calculations can get pretty nasty for figuring out spacing of tree diagram nodes, etc.
Anyone know of anything out there that can handle this, that I can drop into my code?
Thanks!
--Scott
