First since this is my first post: Hello! community of phpbuilder.com
Since a while i wanted to program a function grapher: given a string representing a (2D) function draw its corresponding graph and i divided this in 2 problems: 1) parsing the string into computable data and 2) drawing the function.
i have an idea of how i would go about doing 2): with GD so that leaves me with the question: where can i find a parsing library to suit my needs?
Thanks for your attention.