Lines Matching refs:infix
1969 reverse polish notation calculator, an algebraic (infix) notation
2420 We now modify rpcalc to handle infix operators instead of postfix.
2423 `calc.y', an infix desk-top calculator.
2545 This example extends the infix notation calculator with location
2564 the same as the declarations for the infix notation calculator.
2739 It is easy to add new operators to the infix calculator as long as
3814 RPN and infix calculator examples (*note Reverse Polish Notation
6371 For example, suppose the infix calculator has read `1 + 5 *', with a
6384 For example, if the infix calculator's parser stack contains this:
12187 * calculator, infix notation: Infix Calc. (line 6)
12342 * infix notation calculator: Infix Calc. (line 6)