Infix to postfix for ueForth

37 views
Skip to first unread message

Marc Petremann

unread,
Jan 21, 2023, 10:14:25 AMJan 21
to
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 + *
Reply all
Reply to author
Forward
0 new messages