Hello fellow scheme coders! I have an issue where I am trying to properly convert infix to postfix using a function where I pass through a list with numbers, operators and parentheses strings in infix (or regular) notation and convert the list to a list in postfix. I am making a function where I pass a list, an operator list, and and operand list, but I am unable to figure out how to do the precedence of operators with PEMDAS work with the parentheses. Any help would be largely appreciated. Thank you!
1.4m articles
1.4m replys
5 comments
57.0k users