Did someone ask about the Parser sample application? If so, I've determined
that one of the Parser functions returns an incorrect value (or somehow it's
being set wrong) and the app crashes because it's thinking that there is a
number on the stack and tries to call FloatFloatToAscii_StdFormat. This
function call fails because the stack is empty. This situation will occur
mostly with parser commands that result in a string value.
I will look into this further.
Nathan