| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | press d to delete buffer | Sam Anthony | 2023-02-03 | 1 | -0/+3 |
| | | |||||
| * | refactor ui | Sam Anthony | 2023-02-02 | 1 | -18/+24 |
| | | |||||
| * | use closure rather than run() function | Sam Anthony | 2023-02-02 | 1 | -12/+12 |
| | | |||||
| * | remove unnecessary variable in main function | Sam Anthony | 2023-02-02 | 1 | -2/+1 |
| | | |||||
| * | 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 | 2 | -18/+22 |
| | | |||||
| * | make match expression more concise | Sam Anthony | 2023-02-01 | 1 | -7/+7 |
| | | |||||
| * | exponentiation operator | Sam Anthony | 2023-02-01 | 1 | -0/+3 |
| | | |||||
| * | refactor | Sam Anthony | 2023-02-01 | 4 | -110/+117 |
| | | |||||
| * | push_buffer_to_stack() function | Sam Anthony | 2023-02-01 | 1 | -4/+7 |
| | | |||||
| * | rename App to Calculator | Sam Anthony | 2023-02-01 | 1 | -7/+7 |
| | | |||||
| * | reverse direction of layout | Sam Anthony | 2023-02-01 | 1 | -5/+11 |
| | | |||||
| * | ui | Sam Anthony | 2023-02-01 | 1 | -4/+17 |
| | | |||||
| * | input handling | Sam Anthony | 2023-02-01 | 2 | -9/+60 |
| | | |||||
| * | refactor | Sam Anthony | 2023-02-01 | 3 | -32/+40 |
| | | |||||
| * | ui skeleton | Sam Anthony | 2023-02-01 | 1 | -2/+92 |
| | | |||||
| * | data structures | Sam Anthony | 2023-02-01 | 1 | -0/+11 |
| | | |||||
| * | initial commit | Sam Anthony | 2023-02-01 | 1 | -0/+3 |