aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2024-05-28License with GPLv3.Rose Hogenson2-0/+675
2024-05-28Fix a performance issue in the UI.Rose Hogenson2-13/+40
2024-05-28Implement modulo.Rose Hogenson3-2/+22
2024-05-28Use num crate.Rose Hogenson5-18/+59
2024-05-27Simplify the threading code.Rose Hogenson1-23/+21
2024-05-27Fix order of operations.Rose Hogenson2-39/+64
PEMDAS
2024-05-27Fix backtracking in the parser.Rose Hogenson1-70/+103
2024-05-27Rewrite in Rust.Rose Hogenson9-0/+1524