summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix button widths.HEADmasterHugo Hörnquist2020-02-07
|
* Fix NS again.Hugo Hörnquist2020-02-07
|
* Rewrote main in racket.Hugo Hörnquist2020-02-07
|
* Cleanup.Hugo Hörnquist2020-02-07
|
* parse and eval now connected to guiHugo2016-04-27
|
* 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