Skip to main content

Timeline for RPN calculator without pointers

Current License: CC BY-SA 3.0

5 events
when toggle format what by license comment
Oct 17, 2012 at 22:56 history edited ratchet freak CC BY-SA 3.0
added 62 characters in body
Oct 17, 2012 at 22:56 comment added ratchet freak it's D it's run with parse(0,0) (completely valid ;P ) and I forgot to handle the eof case...
Oct 17, 2012 at 22:40 comment added ReyCharles First of all, what language is this? Secondly, how would you run this? Also, what Peter Taylor said.
Oct 16, 2012 at 7:03 comment added Peter Taylor I don't think this quite works. You're missing the return statement in case of reading an EOF, and you need to handle the bootstrapping cases when you don't have two items on the stack.
Oct 15, 2012 at 22:52 history answered ratchet freak CC BY-SA 3.0