This version was released on 25 May 2009.
Elzed 2.3.3 is the last stop before the leap to 64-bit support.
A few operator optimizations were made, resulting in a small performance improvement.
A nasty bug in table index support was squashed, resulting in a significant improvement in performance.
Six API calls were introduced in this version, most intended to aid in debugging expressions.
lzAnnotateExp |
converts the passed-in expression into enhanced postfix notation and returns it with in-line descriptive text. |
|
|
lzAnnotateParsedExp |
returns a human-readable, annotated version of the parsed expression associated with the passed-in object handle. |
|
|
lzCheckExp |
converts the passed-in expression into enhanced postfix, and then reverts it back to infix. |
|
|
lzGetLastParseIndex |
returns the index of the last character parsed in a source infix expression. |
|
|
lzRevertParsedExp |
reverts the enhanced postfix expression associated with the passed-in object handle back to an infix expression. |
|
|
lzShowInfoBox |
displays a dialog box containing the Elzed library version and other information. |