| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix bug: parsing empty buffer | Sam Anthony | 2023-02-09 | 1 | -2/+6 |
| | | |||||
| * | add comments | Sam Anthony | 2023-02-09 | 1 | -4/+11 |
| | | |||||
| * | simplify Function method and rename Calculator method | Sam Anthony | 2023-02-09 | 1 | -2/+2 |
| | | |||||
| * | change order of match | Sam Anthony | 2023-02-09 | 1 | -3/+3 |
| | | |||||
| * | Function enum | Sam Anthony | 2023-02-09 | 1 | -31/+15 |
| | | |||||
| * | cos and tan functions | Sam Anthony | 2023-02-09 | 1 | -0/+10 |
| | | |||||
| * | sin function | Sam Anthony | 2023-02-09 | 1 | -6/+15 |
| | | |||||
| * | press Shift+d to clear stack and buffer | Sam Anthony | 2023-02-09 | 1 | -0/+7 |
| | | |||||
| * | press d to delete buffer | Sam Anthony | 2023-02-03 | 1 | -0/+3 |
| | | |||||
| * | make input handling match expression more concise | Sam Anthony | 2023-02-02 | 1 | -9/+3 |
| | | |||||
| * | check buffer not empty within push_buffer_to_stack() | Sam Anthony | 2023-02-02 | 1 | -9/+7 |
| | | |||||
| * | swap function | Sam Anthony | 2023-02-02 | 1 | -0/+12 |
| | | |||||
| * | refactor input handlingv0.1.0 | Sam Anthony | 2023-02-02 | 1 | -13/+22 |
| | | |||||
| * | refactor | Sam Anthony | 2023-02-01 | 1 | -0/+45 |