ucsb-cs56-projects / cs56-utilities-calculator

-
1 stars 10 forks source link

Reimplement Calculator as a Stack Machine #46

Closed xavierholt closed 6 years ago

xavierholt commented 6 years ago

A nice implementation of calculator-y stuff is the Stack Machine. The Calculator class would likely be cleaner if implemented as such. Note that this isn't particularly useful on its own, but makes some other features easier to implement.

200 XP