• Infix to postfix for ueForth

    From Marc Petremann@21:1/5 to All on Sat Jan 21 07:14:23 2023
    Hello,

    Complete code with examples here:

    https://github.com/MPETREMANN11/uEforth/blob/main/infix.txt

    Example:

    : ex3

    $[ 48 / 2 * ( 9 + 3 ) ]$

    ;

    See ex3

    Display: : ex3 48 2 / 9 3 + *

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)