summaryrefslogtreecommitdiff
path: root/full-parse.rkt (unfollow)
Commit message (Expand)Author
2016-04-27parser now handles numbers with more than one digit, inculding decimals and o...Hugo
2016-04-27full-parse now has some comments, moved a functionHugo
2016-04-27added '^' as one of the operations in 'full-parser'Hugo
2016-04-27minor cleanupHugo
2016-04-27full-parse now returns the operations in the correct order!Hugo
2016-04-26added more reverse, works fine except top level which is backwardsHugo
2016-04-26improved variable names in full-parseHugo
2016-04-26parser now handles the four basic '(+ - * /)Hugo