aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* simplify Function method and rename Calculator methodSam Anthony2023-02-092-7/+7
|
* change order of matchSam Anthony2023-02-091-3/+3
|
* replace if let with matchSam Anthony2023-02-091-4/+3
|
* use Function::parse for ui styling rather than array of function stringsSam Anthony2023-02-091-4/+2
|
* Function enumSam Anthony2023-02-092-32/+43
|
* update man page and version numberv0.5.0Sam Anthony2023-02-094-3/+12
|
* cos and tan functionsSam Anthony2023-02-092-1/+11
|
* trig function stylingSam Anthony2023-02-091-5/+20
|
* sin functionSam Anthony2023-02-091-6/+15
|
* update documentation to 0.4v0.4.0Sam Anthony2023-02-092-1/+4
|
* press Shift+d to clear stack and bufferSam Anthony2023-02-093-2/+9
|
* boxed widgetsv0.3.4Sam Anthony2023-02-043-10/+23
|
* version number widgetSam Anthony2023-02-041-5/+12
|
* update readmev0.3.3Sam Anthony2023-02-033-3/+30
|
* add GPL licensev0.3.2Sam Anthony2023-02-033-2/+676
|
* add man pagev0.3.1Sam Anthony2023-02-035-11/+78
|
* update version number to 0.3.0v0.3.0Sam Anthony2023-02-032-2/+2
|
* press d to delete bufferSam Anthony2023-02-031-0/+3
|
* refactor uiSam Anthony2023-02-021-18/+24
|
* use closure rather than run() functionSam Anthony2023-02-021-12/+12
|
* remove unnecessary variable in main functionSam Anthony2023-02-021-2/+1
|
* make input handling match expression more conciseSam Anthony2023-02-022-10/+4
|
* update version number to 0.2.0v0.2.0Sam Anthony2023-02-021-1/+1
|
* check buffer not empty within push_buffer_to_stack()Sam Anthony2023-02-021-9/+7
|