| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | use Stack push, pop methods | Sam Anthony | 2023-07-29 | 1 | -2/+2 |
| * | negation command | Sam Anthony | 2023-07-29 | 1 | -2/+4 |
| * | CE and AC commands | Sam Anthony | 2023-07-29 | 1 | -0/+5 |
| * | swap command | Sam Anthony | 2023-07-29 | 1 | -1/+7 |
| * | exponentiation operator | Sam Anthony | 2023-07-28 | 1 | -1/+1 |
| * | arithmetic operators | Sam Anthony | 2023-07-28 | 1 | -2/+4 |
| * | rename Calculator.buffer to Calculator.buf | Sam Anthony | 2023-07-28 | 1 | -8/+8 |
| * | addition operator | Sam Anthony | 2023-07-27 | 1 | -0/+2 |
| * | fix typo in input parsing block | Sam Anthony | 2023-07-23 | 1 | -1/+1 |
| * | constant and function parsing skeleton | Sam Anthony | 2023-07-23 | 1 | -1/+11 |
| * | use UTF-8 box characters in ui | Sam Anthony | 2023-07-23 | 1 | -12/+60 |
| * | ui skeleton | Sam Anthony | 2023-07-22 | 1 | -0/+48 |