aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* limit width of windowv1.0.1Sam Anthony2023-07-292-15/+25
|
* degree/radian conversion functionsv1.0.0Sam Anthony2023-07-291-0/+16
|
* inverse trig functionsSam Anthony2023-07-291-0/+26
|
* move commentSam Anthony2023-07-291-2/+1
|
* rename var lines -> padlinesSam Anthony2023-07-291-4/+4
|
* add padding to uiSam Anthony2023-07-292-9/+47
|
* radian/degree mode toggle commandSam Anthony2023-07-292-3/+5
|
* trig functionsSam Anthony2023-07-293-12/+52
|
* rename calculator.go -> calc.goSam Anthony2023-07-291-0/+0
|
* use Stack push, pop methodsSam Anthony2023-07-292-4/+3
|
* refactorSam Anthony2023-07-293-54/+59
|
* negation commandSam Anthony2023-07-292-3/+17
|
* CE and AC commandsSam Anthony2023-07-291-0/+5
|
* swap commandSam Anthony2023-07-292-1/+38
|
* move man page assembly to seperate make targetSam Anthony2023-07-292-5/+8
|
* remove superfluous keyboard command descriptions from man pageSam Anthony2023-07-291-15/+0
|
* Euler's constantSam Anthony2023-07-281-0/+3
|
* split man page into multiple filesSam Anthony2023-07-286-82/+79
|
* add modulo operator to man pageSam Anthony2023-07-281-1/+36
|
* exponentiation operatorSam Anthony2023-07-282-1/+4
|
* arithmetic operatorsSam Anthony2023-07-282-10/+58
|
* rename Calculator.buffer to Calculator.bufSam Anthony2023-07-282-13/+13
|
* addition operatorSam Anthony2023-07-273-7/+28
|
* fix typo in input parsing blockSam Anthony2023-07-231-1/+1
|
* constant and function parsing skeletonSam Anthony2023-07-234-5/+45
|
* use UTF-8 box characters in uiSam Anthony2023-07-231-12/+60
|
* add 'run' target to makefileSam Anthony2023-07-231-1/+4
|
* ui skeletonSam Anthony2023-07-227-11/+133
|
* init go moduleSam Anthony2023-07-2212-717/+20
|
* negationv0.8.0Sam Anthony2023-04-035-3/+15
|
* update version numberv0.7.0Sam Anthony2023-03-133-3/+3
|
* update man pageSam Anthony2023-03-131-0/+9
|
* inverse trig functionsSam Anthony2023-03-133-56/+68
|
* update man pageSam Anthony2023-03-131-15/+9
|
* degree and radian modesSam Anthony2023-03-133-38/+90
|
* push constant in buffer to stack before performing operationv0.6.2Sam Anthony2023-02-123-8/+6
|
* update version numberv0.6.1Sam Anthony2023-02-112-2/+2
|
* fix error in man pageSam Anthony2023-02-111-1/+1
|
* update man page and version numberv0.6.0Sam Anthony2023-02-114-3/+10
|
* constantsSam Anthony2023-02-113-8/+43
|
* update man pageSam Anthony2023-02-111-5/+11
|
* degree/radian conversion functionsSam Anthony2023-02-111-0/+6
|
* update man pageSam Anthony2023-02-111-3/+13
|
* trig functions for radians & degreesSam Anthony2023-02-112-16/+25
|
* update version number to 0.5.1v0.5.1Sam Anthony2023-02-102-4/+2
|
* fix bug: parsing buffer when it contains invalid charsSam Anthony2023-02-101-9/+9
|
* remove mouse captureSam Anthony2023-02-091-7/+2
|
* fix bug: parsing empty bufferSam Anthony2023-02-091-2/+6
|
* remove unnecessary pubSam Anthony2023-02-091-3/+3
|
* add commentsSam Anthony2023-02-091-4/+11
|