aboutsummaryrefslogtreecommitdiffstats
path: root/src/input.rs
Commit message (Collapse)AuthorAgeFilesLines
* inverse trig functionsSam Anthony2023-03-131-1/+3
|
* degree and radian modesSam Anthony2023-03-131-3/+4
|
* push constant in buffer to stack before performing operationv0.6.2Sam Anthony2023-02-121-6/+4
|
* constantsSam Anthony2023-02-111-1/+3
|
* trig functions for radians & degreesSam Anthony2023-02-111-7/+7
|
* fix bug: parsing buffer when it contains invalid charsSam Anthony2023-02-101-9/+9
|
* fix bug: parsing empty bufferSam Anthony2023-02-091-2/+6
|
* add commentsSam Anthony2023-02-091-4/+11
|
* simplify Function method and rename Calculator methodSam Anthony2023-02-091-2/+2
|
* change order of matchSam Anthony2023-02-091-3/+3
|
* Function enumSam Anthony2023-02-091-31/+15
|
* cos and tan functionsSam Anthony2023-02-091-0/+10
|
* sin functionSam Anthony2023-02-091-6/+15
|
* press Shift+d to clear stack and bufferSam Anthony2023-02-091-0/+7
|
* press d to delete bufferSam Anthony2023-02-031-0/+3
|
* make input handling match expression more conciseSam Anthony2023-02-021-9/+3
|
* check buffer not empty within push_buffer_to_stack()Sam Anthony2023-02-021-9/+7
|
* swap functionSam Anthony2023-02-021-0/+12
|
* refactor input handlingv0.1.0Sam Anthony2023-02-021-13/+22
|
* refactorSam Anthony2023-02-011-0/+45