summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* added readmeguileHugo Hörnquist2017-10-20
|
* made code work standalone in guileHugo Hörnquist2017-10-20
|
* added small comment about what an invalid expression isHugo2016-05-09
|
* now returns #f if given an invalid expressionHugo2016-05-09
|
* removed everything but the parser, move project from racket to guileHugo2016-05-09
|
* parser now handles numbers with more than one digit, inculding decimals and ↵Hugo2016-04-27
| | | | other fun notations
* 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