aboutsummaryrefslogtreecommitdiff
path: root/HW05b.scm
AgeCommit message (Collapse)Author
2013-04-29Fixes multiple terms and factorsBen Burwell
2013-04-29Add homework 9 fileBen Burwell
2013-04-24Initial attemptBen Burwell
Still needs to handle expressions with multiple factors/terms; e.g. 1+2+3 or 2*3*4. Handles 1+2, 2*4, 1+2*3, etc.