On May 26, 2009, at 9:28 AM, Derek Mahar wrote:

Very nice!  Out of curiosity, did you implement the expression parser
yourself or did you use some existing code or library?

I've implemented myself 4 in different ways now. The Common Lisp version was by far the nicest. The current C++ version parses the expressions into syntax trees, and then evaluates them after compiling any name references into direct pointers.

John

Reply via email to