[EMAIL PROTECTED] schrieb:
> On Sep 12, 2:55 pm, Marc 'BlackJack' Rintsch <[EMAIL PROTECTED]> wrote:
>> On Wed, 12 Sep 2007 20:55:22 +, [EMAIL PROTECTED] wrote:
>>> I have implemented an RPN calculator in python but now I would like to
>>> make the stack size fixed. how can I transform the user
On Sep 12, 2:55 pm, Marc 'BlackJack' Rintsch <[EMAIL PROTECTED]> wrote:
> On Wed, 12 Sep 2007 20:55:22 +, [EMAIL PROTECTED] wrote:
> > I have implemented an RPN calculator in python but now I would like to
> > make the stack size fixed. how can I transform the user's RPN
> > expression from a s
On Wed, 12 Sep 2007 20:55:22 +, [EMAIL PROTECTED] wrote:
> I have implemented an RPN calculator in python but now I would like to
> make the stack size fixed. how can I transform the user's RPN
> expression from a stack overflow to a computable expression.
>
> For instance, if my stack size i
I have implemented an RPN calculator in python but now I would like to
make the stack size fixed. how can I transform the user's RPN
expression from a stack overflow to a computable expression.
For instance, if my stack size is 2 then the some expression can't be
computed but could be transformed