summaryrefslogtreecommitdiff
path: root/full-parse.rkt (follow)
Commit message (Expand)AuthorAge
* parser now handles numbers with more than one digit, inculding decimals and o...Hugo2016-04-27
* full-parse now has some comments, moved a functionHugo2016-04-27
* added '^' as one of the operations in 'full-parser'Hugo2016-04-27
* minor cleanupHugo2016-04-27
* full-parse now returns the operations in the correct order!Hugo2016-04-27
* added more reverse, works fine except top level which is backwardsHugo2016-04-26
* improved variable names in full-parseHugo2016-04-26
* parser now handles the four basic '(+ - * /)Hugo2016-04-26
* Initial commitHugo2016-04-26