aboutsummaryrefslogtreecommitdiffstats
path: root/ui.go
Commit message (Expand)AuthorAgeFilesLines
* negation commandSam Anthony2023-07-291-2/+4
* CE and AC commandsSam Anthony2023-07-291-0/+5
* swap commandSam Anthony2023-07-291-1/+7
* exponentiation operatorSam Anthony2023-07-281-1/+1
* arithmetic operatorsSam Anthony2023-07-281-2/+4
* rename Calculator.buffer to Calculator.bufSam Anthony2023-07-281-8/+8
* addition operatorSam Anthony2023-07-271-0/+2
* fix typo in input parsing blockSam Anthony2023-07-231-1/+1
* constant and function parsing skeletonSam Anthony2023-07-231-1/+11
* use UTF-8 box characters in uiSam Anthony2023-07-231-12/+60
* ui skeletonSam Anthony2023-07-221-0/+48