| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2025-01-06 | Fix a rounding bug in int_to_float. | Rose Hogenson | 1 | -5/+18 |
| 2024-06-07 | Bring back bigint. | Rose Hogenson | 6 | -166/+436 |
| 2024-05-31 | Use a better example in the README. | Rose Hogenson | 1 | -1/+1 |
| 2024-05-31 | Add a README | Rose Hogenson | 5 | -0/+58 |
| 2024-05-31 | Slightly simplify the lexer. | Rose Hogenson | 2 | -27/+31 |
| 2024-05-30 | Add bytecode. | Rose Hogenson | 4 | -229/+263 |
| 2024-05-30 | Replace recursive evaluation with stacks. | Rose Hogenson | 1 | -4/+33 |
| 2024-05-30 | Write tests for parser. | Rose Hogenson | 4 | -211/+427 |
| 2024-05-30 | Write tests for eval. | Rose Hogenson | 1 | -1/+89 |
| 2024-05-30 | Fix exponential for i128. | Rose Hogenson | 1 | -4/+4 |
| 2024-05-30 | Use i128. | Rose Hogenson | 2 | -7/+7 |
| 2024-05-30 | Fix exponentiation. | Rose Hogenson | 1 | -17/+21 |
| 2024-05-30 | Add arcsin, arccos, arctan. | Rose Hogenson | 2 | -11/+44 |
| 2024-05-30 | Fix unary minus. | Rose Hogenson | 1 | -1/+1 |
| 2024-05-29 | Remove an unused dependency. | Rose Hogenson | 2 | -56/+0 |
| 2024-05-29 | Allow prefix minus. | Rose Hogenson | 1 | -7/+7 |
| 2024-05-29 | Get rid of BigInt. | Rose Hogenson | 5 | -227/+77 |
| 2024-05-29 | Fix rounding. | Rose Hogenson | 1 | -10/+7 |
| 2024-05-29 | Use a stack for the parser. | Rose Hogenson | 1 | -144/+175 |
| 2024-05-28 | License with GPLv3. | Rose Hogenson | 2 | -0/+675 |
| 2024-05-28 | Fix a performance issue in the UI. | Rose Hogenson | 2 | -13/+40 |
| 2024-05-28 | Implement modulo. | Rose Hogenson | 3 | -2/+22 |
| 2024-05-28 | Use num crate. | Rose Hogenson | 5 | -18/+59 |
| 2024-05-27 | Simplify the threading code. | Rose Hogenson | 1 | -23/+21 |
| 2024-05-27 | Fix order of operations. | Rose Hogenson | 2 | -39/+64 |
| 2024-05-27 | Fix backtracking in the parser. | Rose Hogenson | 1 | -70/+103 |
| 2024-05-27 | Rewrite in Rust. | Rose Hogenson | 9 | -0/+1524 |
