ucsb-cs56-projects / cs56-utilities-calculator

-
1 stars 10 forks source link

Add support for nested expressions #9

Closed andrewberls closed 10 years ago

andrewberls commented 10 years ago

Right now, only basic operations such as 2+3 are supported. It would be nice to add the ability to parse nested expressions with parentheses such as in a graphing calculator, enabling expressions such as 2 + (3*2) or 1 / (6/3).

~estimated 300

pconrad commented 10 years ago

@twodimension and @Nazgugu as a pair

kjorg50 commented 10 years ago

fixed by #10