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!
2.1m questions
2.1m answers
60 comments
57.0k users