commands

  1. O

    Question Parsing a string in reverse for computing commands

    I'm sick right now and my head is a little foggy. I'm trying to parse a string containing mathematical "commands" for a calculator. I already have a parser to do simple math operations, but now I want to add stuff like sqrt{}, sin{}, cos{}, etc. So what I am trying to accomplish with this code...
Back
Top Bottom