| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | update version number to 0.3.0v0.3.0 | Sam Anthony | 2023-02-03 | 2 | -2/+2 |
| * | 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 | 2 | -10/+4 |
| * | update version number to 0.2.0v0.2.0 | Sam Anthony | 2023-02-02 | 1 | -1/+1 |
| * | 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 |
| * | add install script to Makefile | Sam Anthony | 2023-02-01 | 1 | -0/+4 |
| * | 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 | 3 | -2/+368 |
| * | data structures | Sam Anthony | 2023-02-01 | 3 | -0/+32 |
| * | initial commit | Sam Anthony | 2023-02-01 | 4 | -0/+13 |